use crateAllocator;
use crateMemoryRange;
use crateMemoryAddress;
/// A local allocator is an allocator with a known range of memory addresses it uses for allocated memory.
///
/// This allows logic to determine which allocator should be used to free (deallocate) which memory pointers.