Module alloc

Source
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§

chimerachimera
Wrappers over allocations performed by the chimera library.

Structs§

MiscAllocation
An allocation of memory using the misc allocator.

Enums§

DbAllocation
Wrapper over a misc or rust-level allocation.