4#ifndef WPI_MEMORY_DEFAULT_ALLOCATOR_HPP_INCLUDED
5#define WPI_MEMORY_DEFAULT_ALLOCATOR_HPP_INCLUDED
16#if WPI_HOSTED_IMPLEMENTATION
#define WPI_MEMORY_IMPL_DEFAULT_ALLOCATOR
Definition config_impl.hpp:15
implementation_defined default_allocator
The default RawAllocator that will be used as BlockAllocator in memory arenas.
Definition default_allocator.hpp:32
Class wpi::memory::heap_allocator and related functions.
Class wpi::memory::malloc_allocator.
Memory namespace.
Definition heap_allocator.hpp:20
Foonathan namespace.
Definition ntcore_cpp.h:26
Class wpi::memory::new_allocator.
Allocators using a static, fixed-sized storage.
Virtual memory api and (low-level) allocator classes.