Expand description
Wrappers over allocations from various sources.
In particular, this module contains DbAllocation,
which provides the logic needed to abstract over different sources of
backing data used to contain a SerializedDb.
Modules§
- chimera
chimera - Wrappers over allocations performed by the chimera library.
Structs§
- Misc
Allocation - An allocation of memory using the misc allocator.
Enums§
- DbAllocation
- Wrapper over a misc or rust-level allocation.