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

The btBlock class is an internal structure for the btStackAlloc memory allocator. More...

#include <btStackAlloc.h>

Public Attributes

btBlockprevious
 
unsigned char * address
 

Detailed Description

The btBlock class is an internal structure for the btStackAlloc memory allocator.

Definition at line 27 of file btStackAlloc.h.

Member Data Documentation

◆ address

unsigned char* btBlock::address

Definition at line 30 of file btStackAlloc.h.

Referenced by btStackAlloc::beginBlock(), and btStackAlloc::endBlock().

◆ previous

btBlock* btBlock::previous

Definition at line 29 of file btStackAlloc.h.

Referenced by btStackAlloc::beginBlock(), and btStackAlloc::endBlock().


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