SPH
|
Compositor that uses one allocator for small allocations and another allocator for large allocations. 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 |
INLINE bool | owns (const MemoryBlock &block) const noexcept |
INLINE const TSmall & | small () const |
INLINE const TLarge & | large () const |
Compositor that uses one allocator for small allocations and another allocator for large allocations.
Definition at line 132 of file Allocators.h.
|
inlinenoexcept |
Definition at line 134 of file Allocators.h.
|
inlinenoexcept |
Definition at line 142 of file Allocators.h.
|
inline |
Definition at line 162 of file Allocators.h.
|
inlinenoexcept |
Definition at line 150 of file Allocators.h.
|
inline |
Definition at line 158 of file Allocators.h.