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

#include <yyjson.h>

Data Fields

struct yyjson_val_chunknext
size_t chunk_size

Detailed Description

A memory chunk in value memory pool. sizeof(yyjson_val_chunk) should not be larger than sizeof(yyjson_mut_val).

Definition at line 5830 of file yyjson.h.

Field Documentation

◆ chunk_size

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().

◆ next

struct yyjson_val_chunk* yyjson_val_chunk::next

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