HTML Tidy
0.1
|
#include <buffio.h>
Data Fields | |
TidyAllocator * | allocator |
byte * | bp |
uint | size |
uint | allocated |
uint | next |
TidyBuffer - A chunk of memory
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