Blender
V3.3
|
Public Attributes | |
struct HeapNode_Chunk * | prev |
uint | size |
uint | bufsize |
struct HeapNode | buf [0] |
Definition at line 26 of file BLI_heap.c.
struct HeapNode HeapNode_Chunk::buf[0] |
Definition at line 29 of file BLI_heap.c.
Referenced by heap_node_alloc().
uint HeapNode_Chunk::bufsize |
Definition at line 29 of file BLI_heap.c.
Referenced by heap_node_alloc(), and heap_node_alloc_chunk().
struct HeapNode_Chunk* HeapNode_Chunk::prev |
Definition at line 27 of file BLI_heap.c.
Referenced by BLI_heap_clear(), BLI_heap_free(), and heap_node_alloc_chunk().
uint HeapNode_Chunk::size |
Definition at line 28 of file BLI_heap.c.
Referenced by BLI_heap_clear(), heap_node_alloc(), and heap_node_alloc_chunk().