Crate rarena_allocator
source ·Expand description
rarena-allocator
§Installation
[dependencies]
rarena-allocator = "0.0.0"
§License
rarena-allocator is under the terms of both the MIT license and the
Apache License (Version 2.0).
See LICENSE-APACHE, LICENSE-MIT for details.
Copyright (c) 2024 Al Liu.
Re-exports§
pub use arena::Arena;pub use arena::ArenaError;
Modules§
- ARENA allocator
Structs§
- Options for creating an ARENA
- MmapOptions
memmapand non-target_family="wasm"A memory map options for file backedSkipMap, providing advanced options and flags for specifying memory map behavior. - OpenOptions
memmapand non-target_family="wasm"Options for opening a file for memory mapping.