Blender  V2.93
Public Attributes | List of all members
MemBuf Struct Reference

Public Attributes

struct MemBufnext
 
uchar data [0]
 

Detailed Description

Definition at line 50 of file BLI_memarena.c.

Member Data Documentation

◆ data

uchar MemBuf::data[0]

Definition at line 52 of file BLI_memarena.c.

Referenced by BLI_memarena_alloc(), and BLI_memarena_clear().

◆ next

struct MemBuf* MemBuf::next

Definition at line 51 of file BLI_memarena.c.

Referenced by BLI_memarena_alloc(), BLI_memarena_clear(), and memarena_buf_free_all().


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