SPH
|
Simple memory resource with pre-allocated contiguous memory buffer. More...
#include <Allocators.h>
Public Member Functions | |
MonotonicMemoryResource (const std::size_t size, const std::size_t align) | |
~MonotonicMemoryResource () | |
INLINE MemoryBlock | allocate (const std::size_t size, const std::size_t UNUSED(align)) noexcept |
INLINE bool | owns (const MemoryBlock &block) const noexcept |
Simple memory resource with pre-allocated contiguous memory buffer.
Definition at line 237 of file Allocators.h.
|
inline |
Definition at line 242 of file Allocators.h.
|
inline |
Definition at line 246 of file Allocators.h.
|
inlinenoexcept |
Definition at line 250 of file Allocators.h.
|
inlinenoexcept |
Definition at line 262 of file Allocators.h.