SPH
|
Default allocator, simply wrapping _mm_malloc and _mm_free calls. More...
#include <Allocators.h>
Public Member Functions | |
INLINE MemoryBlock | allocate (const std::size_t size, const std::size_t align) noexcept |
INLINE void | deallocate (MemoryBlock &block) noexcept |
Default allocator, simply wrapping _mm_malloc and _mm_free calls.
Definition at line 29 of file Allocators.h.
|
inlinenoexcept |
Definition at line 31 of file Allocators.h.
|
inlinenoexcept |
Definition at line 42 of file Allocators.h.