Blender V5.0
HeapNode_Chunk Struct Reference

Public Attributes

HeapNode_Chunkprev
uint size
uint bufsize
HeapNode buf [0]

Detailed Description

Definition at line 29 of file BLI_heap.cc.

Member Data Documentation

◆ buf

HeapNode HeapNode_Chunk::buf[0]

Definition at line 33 of file BLI_heap.cc.

Referenced by heap_node_alloc().

◆ bufsize

uint HeapNode_Chunk::bufsize

Definition at line 32 of file BLI_heap.cc.

Referenced by heap_node_alloc(), and heap_node_alloc_chunk().

◆ prev

HeapNode_Chunk* HeapNode_Chunk::prev

Definition at line 30 of file BLI_heap.cc.

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.cc.

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


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