Blender  V3.3
Public Attributes | List of all members
HeapNode_Chunk Struct Reference

Public Attributes

struct HeapNode_Chunkprev
 
uint size
 
uint bufsize
 
struct HeapNode buf [0]
 

Detailed Description

Definition at line 26 of file BLI_heap.c.

Member Data Documentation

◆ buf

struct HeapNode HeapNode_Chunk::buf[0]

Definition at line 29 of file BLI_heap.c.

Referenced by heap_node_alloc().

◆ bufsize

uint HeapNode_Chunk::bufsize

Definition at line 29 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 27 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 28 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: