allocator-suite 0.1.7

Allocator Suite for various allocation types
1
2
3
4
use std::ptr::NonNull;

/// Represents a memory address.
pub type MemoryAddress = NonNull<u8>;