CToon C 0.6.1
A C99 TOON/JSON serialization library
Loading...
Searching...
No Matches
ctoon_str_pool Struct Reference

#include <ctoon.h>

Collaboration diagram for ctoon_str_pool:

Data Fields

char * cur
 
char * end
 
size_t chunk_size
 
size_t chunk_size_max
 
ctoon_str_chunkchunks
 

Detailed Description

A memory pool to hold all strings in a mutable document.

Definition at line 5379 of file ctoon.h.

Field Documentation

◆ chunk_size

size_t ctoon_str_pool::chunk_size

Definition at line 5382 of file ctoon.h.

◆ chunk_size_max

size_t ctoon_str_pool::chunk_size_max

Definition at line 5383 of file ctoon.h.

◆ chunks

ctoon_str_chunk* ctoon_str_pool::chunks

Definition at line 5384 of file ctoon.h.

◆ cur

char* ctoon_str_pool::cur

Definition at line 5380 of file ctoon.h.

◆ end

char* ctoon_str_pool::end

Definition at line 5381 of file ctoon.h.


The documentation for this struct was generated from the following file: