Blender V4.3
StackChunk Struct Reference

Public Attributes

struct StackChunknext
 
char data [0]
 

Detailed Description

Definition at line 27 of file stack.c.

Member Data Documentation

◆ data

char StackChunk::data[0]

Definition at line 29 of file stack.c.

◆ next

struct StackChunk* StackChunk::next

Definition at line 28 of file stack.c.

Referenced by BLI_stack_clear(), BLI_stack_discard(), BLI_stack_push_r(), and stack_free_chunks().


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