Module heap

Source

Re-exports§

pub use allocation::HeapAllocatorImpl;
pub use entries::HeapEntry;
pub use garbage_collection::GarbageCollectorImpl;
pub use management::Heap;
pub use management::HeapAllocator;
pub use management::GarbageCollector;
pub use management::HeapManager;
pub use management::HeapOperations;
pub use types::HeapStats;
pub use types::HeapMetrics;

Modules§

allocation
entries
garbage_collection
management
types