Blender V4.3
HeapNode_Chunk Struct Reference

Public Attributes

struct HeapNode_Chunkprev
 
uint size
 
uint bufsize
 
HeapNode buf [0]
 

Detailed Description

Definition at line 29 of file BLI_heap.c.

Member Data Documentation

◆ buf

HeapNode HeapNode_Chunk::buf[0]

Definition at line 33 of file BLI_heap.c.

Referenced by heap_node_alloc().

◆ bufsize

uint HeapNode_Chunk::bufsize

Definition at line 32 of file BLI_heap.c.

Referenced by heap_node_alloc(), and heap_node_alloc_chunk().

◆ prev

struct HeapNode_Chunk* HeapNode_Chunk::prev

Definition at line 30 of file BLI_heap.c.

Referenced by BLI_heap_clear(), BLI_heap_free(), and heap_node_alloc_chunk().

◆ size

uint HeapNode_Chunk::size

Definition at line 31 of file BLI_heap.c.

Referenced by BLI_heap_clear(), heap_node_alloc(), and heap_node_alloc_chunk().


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