#include <dt_buf.h>
Definition at line 13 of file dt_buf.h.
Data Fields | |
dt_byte * | begin |
start of the allocated data (or NULL) | |
dt_byte * | strEnd |
end of the part of the memory block that is currently used | |
dt_byte * | allocEnd |
end of the memory block that has been allocated |
|
end of the memory block that has been allocated
|
|
start of the allocated data (or NULL)
|
|
end of the part of the memory block that is currently used
|