|
Blender
V2.93
|
#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 328 of file BLI_memory_utils.hh.
|
inline |
Definition at line 339 of file BLI_memory_utils.hh.
|
inline |
Definition at line 334 of file BLI_memory_utils.hh.
|
inline |
Definition at line 344 of file BLI_memory_utils.hh.
Referenced by blender::LinearAllocator< Allocator >::provide_buffer().
|
inline |
Definition at line 349 of file BLI_memory_utils.hh.