Crate zallocator

source ·
Expand description

Amortizes the cost of small allocations by allocating memory in bigger chunks.

Modules§

  • Lock-free allocator pool

Structs§

  • A buffer that is allocated by the zallocator.
  • Overflow represents an error that exceeds the max size (1 << 30) of the chunk allowed to an allocator.
  • Amortizes the cost of small allocations by allocating memory in bigger chunks.
  • The stats of allocators

Functions§

Type Aliases§

  • type alias for core::result::Result<T, Overflow>