MCPcopy Create free account
hub / github.com/ezrosent/allocators-rs / ElfMalloc

Class ElfMalloc

elfmalloc/src/general.rs:665–678  ·  view source on GitHub ↗

A Dynamic memory allocator, parmetrized on a particular `ObjectAlloc`, `CourseAllocator` and `AllocMap`. `ElfMalloc` encapsulates the logic of constructing and selecting object classes, as well as delgating to the `large_alloc` module for large allocations. Most of the logic occurs in its type parameters.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected