Home
last modified time | relevance | path

Searched defs:binn_struct (Results 1 – 1 of 1) sorted by relevance

/third_party/iowow/src/json/
Diwbinn.h205 struct binn_struct { struct
206 … // this struct header holds the magic number (BINN_MAGIC) that identifies this memory block as a
208 BOOL allocated; // the struct can be allocated using malloc_fn() or can be on the stack
209 BOOL writable; // did it was create for writing? it can use the pbuf if not unified with ptr
210 BOOL dirty; // the container header is not written to the buffer
212 void *pbuf; // use *ptr below?
213 BOOL pre_allocated;
214 int alloc_size;
215 int used_size;
217 int type;
[all …]