|
Blender V4.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 119 of file BLI_memory_utils.hh.
|
inline |
Definition at line 135 of file BLI_memory_utils.hh.
|
inline |
Definition at line 130 of file BLI_memory_utils.hh.
|
inline |
Definition at line 140 of file BLI_memory_utils.hh.
Referenced by blender::Any< ExtraInfo, InlineBufferCapacity, Alignment >::allocate_on_empty(), blender::Any< ExtraInfo, InlineBufferCapacity, Alignment >::Any(), blender::Any< ExtraInfo, InlineBufferCapacity, Alignment >::Any(), and blender::LinearAllocator< Allocator >::provide_buffer().
|
inline |
Definition at line 145 of file BLI_memory_utils.hh.