Blender V2.61 - r43446
Public Attributes

Heap Struct Reference

List of all members.

Public Attributes

unsigned int size
unsigned int bufsize
MemArenaarena
HeapNodefreenodes
HeapNodenodes
HeapNode ** tree

Detailed Description

Definition at line 48 of file BLI_heap.c.


Member Data Documentation

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

The documentation for this struct was generated from the following file: