Searched defs:binn_struct (Results 1 – 1 of 1) sorted by relevance
205 struct binn_struct { struct206 … // this struct header holds the magic number (BINN_MAGIC) that identifies this memory block as a208 BOOL allocated; // the struct can be allocated using malloc_fn() or can be on the stack209 BOOL writable; // did it was create for writing? it can use the pbuf if not unified with ptr210 BOOL dirty; // the container header is not written to the buffer212 void *pbuf; // use *ptr below?213 BOOL pre_allocated;214 int alloc_size;215 int used_size;217 int type;[all …]