|
Blender
V2.59
|
Public Attributes | |
| unsigned int | size |
| unsigned int | bufsize |
| MemArena * | arena |
| HeapNode * | freenodes |
| HeapNode * | nodes |
| HeapNode ** | tree |
Definition at line 50 of file BLI_heap.c.
Definition at line 53 of file BLI_heap.c.
Referenced by BLI_heap_free(), BLI_heap_insert(), and BLI_heap_new().
| unsigned int Heap::bufsize |
Definition at line 52 of file BLI_heap.c.
Referenced by BLI_heap_insert(), and BLI_heap_new().
Definition at line 54 of file BLI_heap.c.
Referenced by BLI_heap_insert(), and BLI_heap_popmin().
Definition at line 55 of file BLI_heap.c.
| unsigned int Heap::size |
Definition at line 51 of file BLI_heap.c.
Referenced by BLI_heap_down(), BLI_heap_empty(), BLI_heap_free(), BLI_heap_insert(), BLI_heap_popmin(), BLI_heap_size(), MakeCursor::App::changesize(), MakeCursor::App::doit(), MakeCursor::App::scrnclick(), MakeCursor::App::scrndrag(), MakeCursor::App::updateprev(), and MakeCursor::App::updatescrn().
Definition at line 56 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().