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

#include <yyjson.h>

Data Fields

yyjson_mut_valcur
yyjson_mut_valend
size_t chunk_size
size_t chunk_size_max
yyjson_val_chunkchunks

Detailed Description

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

Definition at line 5840 of file yyjson.h.

Field Documentation

◆ chunk_size

size_t yyjson_val_pool::chunk_size

◆ chunk_size_max

size_t yyjson_val_pool::chunk_size_max

Definition at line 5844 of file yyjson.h.

Referenced by unsafe_yyjson_val_pool_grow(), and yyjson_mut_doc_new().

◆ chunks

◆ cur

yyjson_mut_val* yyjson_val_pool::cur

Definition at line 5841 of file yyjson.h.

Referenced by unsafe_yyjson_val_pool_grow(), and yyjson_mut_doc_estimated_val_num().

◆ end

yyjson_mut_val* yyjson_val_pool::end

Definition at line 5842 of file yyjson.h.

Referenced by unsafe_yyjson_val_pool_grow(), and yyjson_mut_doc_estimated_val_num().


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