#include <buffio.h>
Data Fields | |
| TidyAllocator * | allocator |
| byte * | bp |
| uint | size |
| uint | allocated |
| uint | next |
Memory allocator
| byte* _TidyBuffer::bp |
Pointer to bytes
| uint _TidyBuffer::size |
# bytes currently in use
# bytes allocated
| uint _TidyBuffer::next |
Offset of current input position
1.5.1