|
Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
|
#include <yyjson.h>
Data Fields | |
| struct yyjson_val_chunk * | next |
| size_t | chunk_size |
A memory chunk in value memory pool. sizeof(yyjson_val_chunk) should not be larger than sizeof(yyjson_mut_val).
| size_t yyjson_val_chunk::chunk_size |
Definition at line 5832 of file yyjson.h.
Referenced by unsafe_yyjson_val_pool_grow(), and yyjson_mut_doc_estimated_val_num().
| struct yyjson_val_chunk* yyjson_val_chunk::next |
Definition at line 5831 of file yyjson.h.
Referenced by unsafe_yyjson_val_pool_grow(), unsafe_yyjson_val_pool_release(), and yyjson_mut_doc_estimated_val_num().