Blender V2.61 - r43446
|
Public Attributes | |
unsigned int | size |
unsigned int | bufsize |
MemArena * | arena |
HeapNode * | freenodes |
HeapNode * | nodes |
HeapNode ** | tree |
Definition at line 48 of file BLI_heap.c.
Definition at line 51 of file BLI_heap.c.
Referenced by BLI_heap_free(), BLI_heap_insert(), and BLI_heap_new().
unsigned int Heap::bufsize |
Definition at line 50 of file BLI_heap.c.
Referenced by BLI_heap_insert(), and BLI_heap_new().
Definition at line 52 of file BLI_heap.c.
Referenced by BLI_heap_insert(), and BLI_heap_popmin().
Definition at line 53 of file BLI_heap.c.
unsigned int Heap::size |
Definition at line 49 of file BLI_heap.c.
Referenced by BLI_heap_down(), BLI_heap_empty(), BLI_heap_free(), BLI_heap_insert(), BLI_heap_popmin(), and BLI_heap_size().
Definition at line 54 of file BLI_heap.c.
Referenced by BLI_heap_down(), BLI_heap_free(), BLI_heap_insert(), BLI_heap_new(), BLI_heap_popmin(), BLI_heap_top(), and BLI_heap_up().