|
Blender
V2.93
|
#include <BLI_allocator.hh>
Public Member Functions | |
| void * | allocate (size_t size, size_t alignment, const char *UNUSED(name)) |
| void | deallocate (void *ptr) |
This is a wrapper around malloc/free. Only use this when the GuardedAllocator cannot be used. This can be the case when the allocated memory might live longer than Blender's allocator. For example, when the memory is owned by a static variable.
Definition at line 73 of file BLI_allocator.hh.
|
inline |
Definition at line 80 of file BLI_allocator.hh.
References BLI_assert, is_power_of_2_i(), POINTER_OFFSET, ptr, and size().
|
inline |
Definition at line 93 of file BLI_allocator.hh.
References free(), POINTER_OFFSET, and ptr.