diff --git a/_byte_buffer_8cpp_source.html b/_byte_buffer_8cpp_source.html
index 753b9398..d8b79de4 100644
--- a/_byte_buffer_8cpp_source.html
+++ b/_byte_buffer_8cpp_source.html
@@ -153,58 +153,47 @@ $(function(){ initResizable(false); });
-
+
56 const bufsize_t allocSize = v_size + v_padding;
- 57 std::cerr <<
"Trying to resize. Ptr: " << std::hex << (
void*)
content <<
" New size: " << allocSize << std::endl;
+
-
- 60 BYTE*
content =
reinterpret_cast<BYTE*
>(::realloc((
void*)this->content, allocSize));
-
-
- 63 std::cerr <<
"Error!" << std::endl;
- 64 throw BufferException(
"Cannot allocate buffer of size: 0x" + QString::number(allocSize, 16));
+ 59 BYTE*
content =
reinterpret_cast<BYTE*
>(::realloc((
void*)this->content, allocSize));
+
+ 61 throw BufferException(
"Cannot allocate buffer of size: 0x" + QString::number(allocSize, 16));
+
+
+
-
- 67 std::cerr <<
"Ptr: " << std::hex << (
void*)
content <<
" Additional size: " << sizeDiff <<
" BaseContentSize: " << this->
contentSize << std::endl;
-
-
- 70 std::cerr <<
"Ptr: " << std::hex << (
void*)
content <<
" New size: " << allocSize << std::endl;
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
-
-
84 BYTE *newContent =
nullptr;
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
74 BYTE *newContent =
nullptr;
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
100 std::cerr <<
"Ptr: " << std::hex << (
void*)
content <<
" BaseContentSize: " << this->
contentSize <<
" : " << __FUNCTION__ << std::endl;
-
-
+
+
@@ -215,13 +204,13 @@ $(function(){ initResizable(false); });
-
+
ByteBuffer(bufsize_t v_size, bufsize_t padding=DEFAULT_PADDING)
BYTE * allocContent(bufsize_t v_size, bufsize_t padding)
-
virtual bool resize(bufsize_t newSize)
+
virtual bool resize(bufsize_t newSize)