Blender
V3.3
|
#include <BLI_memory_utils.hh>
Public Member Functions | |
operator void * () | |
operator const void * () const | |
void * | ptr () |
const void * | ptr () const |
An AlignedBuffer
is a byte array with at least the given size and alignment. The buffer will not be initialized by the default constructor.
Definition at line 335 of file BLI_memory_utils.hh.
|
inline |
Definition at line 352 of file BLI_memory_utils.hh.
|
inline |
Definition at line 347 of file BLI_memory_utils.hh.
|
inline |
Definition at line 357 of file BLI_memory_utils.hh.
Referenced by blender::LinearAllocator< Allocator >::provide_buffer().
|
inline |
Definition at line 362 of file BLI_memory_utils.hh.