Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
Loading...
Searching...
No Matches
yyjson_str_pool Struct Reference

#include <yyjson.h>

Data Fields

char * cur
char * end
size_t chunk_size
size_t chunk_size_max
yyjson_str_chunkchunks

Detailed Description

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

Definition at line 5818 of file yyjson.h.

Field Documentation

◆ chunk_size

size_t yyjson_str_pool::chunk_size

◆ chunk_size_max

size_t yyjson_str_pool::chunk_size_max

Definition at line 5822 of file yyjson.h.

Referenced by unsafe_yyjson_str_pool_grow(), and yyjson_mut_doc_new().

◆ chunks

yyjson_str_chunk* yyjson_str_pool::chunks

Definition at line 5823 of file yyjson.h.

Referenced by unsafe_yyjson_str_pool_grow(), and unsafe_yyjson_str_pool_release().

◆ cur

char* yyjson_str_pool::cur

Definition at line 5819 of file yyjson.h.

Referenced by unsafe_yyjson_str_pool_grow().

◆ end

char* yyjson_str_pool::end

Definition at line 5820 of file yyjson.h.

Referenced by unsafe_yyjson_str_pool_grow().


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