Data Structures | |
struct | malloc_allocator< L > |
Default memory allocator for vectors and matrixes. More... | |
Allocators for allocating vector / matrix buffers
struct arm_cmsis_dsp::malloc_allocator |
Default memory allocator for vectors and matrixes.
L | Size known at build time in bytes |
Static Public Member Functions | |
static char * | allocate (vector_length_t sz) noexcept |
Allocate a buffer with size known at runtime. | |
static char * | allocate () noexcept |
Allocate a buffer with size known at build time. | |
static void | destroy (char *ptr) noexcept |
Destroys the given pointer. | |
|
inlinestaticnoexcept |
Allocate a buffer with size known at build time.
|
inlinestaticnoexcept |
Allocate a buffer with size known at runtime.
[in] | sz | The size |
|
inlinestaticnoexcept |
Destroys the given pointer.
ptr | The pointer |