Blender
V3.3
|
#include <BLI_memory_utils.hh>
Public Member Functions | |
DynamicStackBuffer (const int64_t size, const int64_t alignment) | |
~DynamicStackBuffer () | |
DynamicStackBuffer (const DynamicStackBuffer &other)=delete | |
DynamicStackBuffer (DynamicStackBuffer &&other)=delete | |
DynamicStackBuffer & | operator= (const DynamicStackBuffer &other)=delete |
DynamicStackBuffer & | operator= (DynamicStackBuffer &&other)=delete |
void * | buffer () const |
Definition at line 426 of file BLI_memory_utils.hh.
|
inline |
Definition at line 433 of file BLI_memory_utils.hh.
References BLI_assert, MEM_mallocN_aligned, and size().
|
inline |
Definition at line 444 of file BLI_memory_utils.hh.
References MEM_freeN.
|
delete |
|
delete |
|
inline |
Definition at line 457 of file BLI_memory_utils.hh.
|
delete |
|
delete |