|
Blender V4.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 231 of file BLI_memory_utils.hh.
|
inline |
Definition at line 238 of file BLI_memory_utils.hh.
References BLI_assert, and MEM_mallocN_aligned().
|
inline |
Definition at line 249 of file BLI_memory_utils.hh.
References MEM_freeN().
|
delete |
|
delete |
|
inline |
Definition at line 262 of file BLI_memory_utils.hh.
Referenced by blender::bke::ForeachGeometryElementZoneComputeContext::ForeachGeometryElementZoneComputeContext(), blender::ComputeContextHash::mix_in(), blender::ed::object::bake_simulation::PathStringHash::operator()(), and blender::bke::RepeatZoneComputeContext::RepeatZoneComputeContext().
|
delete |
|
delete |