Blender V4.3
Heap Struct Reference

Public Attributes

uint size
 
uint bufsize
 
HeapNode ** tree
 
struct { 
 
   struct HeapNode_Chunk *   chunk 
 
   HeapNode *   free 
 
nodes 
 

Detailed Description

Definition at line 46 of file BLI_heap.c.

Member Data Documentation

◆ bufsize

uint Heap::bufsize

Definition at line 48 of file BLI_heap.c.

Referenced by BLI_heap_insert(), and BLI_heap_new_ex().

◆ chunk

struct HeapNode_Chunk* Heap::chunk

Definition at line 53 of file BLI_heap.c.

Referenced by BLI_heap_clear(), BLI_heap_free(), BLI_heap_new_ex(), and heap_node_alloc().

◆ free

HeapNode* Heap::free

Definition at line 55 of file BLI_heap.c.

Referenced by BLI_heap_clear(), BLI_heap_new_ex(), heap_node_alloc(), and heap_node_free().

◆ [struct]

struct { ... } Heap::nodes

◆ size

◆ tree


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