Crate forkheap

source ·

Structs

  • A file-backed allocator for use in multiprocess programs or with very large allocations. Concurrent heap access is managed by a spinlock mutex.
  • Box-like container for data in a shared heap that is accessed concurrently by multiple forks.

Traits

Type Aliases

  • A primitive that synchronizes the execution of multiple threads. See mutex::Mutex for documentation.