![]() |
Jazz 1.25.+
|
Structure at the end of a Block, initially created with init_string_buffer() More...
#include <types.h>
Data Fields | |
bool | stop_check_4_match |
When the StringBuffer is small, try to match existing indices of the same string to save RAM. | |
bool | alloc_failed |
A previous call to get_string_offset() failed to alloc space for a string. | |
int | last_idx |
The index to the first free space after the last stored string. | |
int | buffer_size |
The size in bytes of buffer[]. | |
char | buffer [] |
The buffer where strings are stored starting with two zeroes for STRING_NA & STRING_EMPTY. | |
Structure at the end of a Block, initially created with init_string_buffer()