|
VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
|
Allocator used for all heapbuffers in VAE. More...
#include <vae_allocators.hpp>
Public Types | |
| typedef T | value_type |
Public Member Functions | |
| Allocator ()=default | |
| Allocator (const Allocator &)=default | |
| template<class U , class J > | |
| Allocator (const Allocator< U, J > &) | |
| T * | allocate (size_t n) noexcept |
| void | deallocate (T *ptr, std::size_t n) noexcept |
Allocator used for all heapbuffers in VAE.
| T |
Definition at line 17 of file vae_allocators.hpp.
| typedef T vae::core::memory::Allocator< T, NAME >::value_type |
Definition at line 18 of file vae_allocators.hpp.
|
default |
|
default |
|
inline |
Definition at line 23 of file vae_allocators.hpp.
|
inlinenoexcept |
Definition at line 25 of file vae_allocators.hpp.
|
inlinenoexcept |
Definition at line 38 of file vae_allocators.hpp.