Structs§
- Allocator
- Least
Recent Spill Context - A context that spills the least-recently registered spillable when asked.
- Most
Recent Spill Context - A context that spills the most-recently registered spillable when asked.
- Pinned
Frame Mut - Pinned
Mut - Pinned
Ref - Random
Spill Context - A context that spills a random registered spillable when asked.
- Spill
Context Param - An opaque parameter passed into a spill context during registering.
- Spill
Frame - Spill
Token - A token representing a possibly spilled object T.
- Weak
Spill Context - A generic weak reference to a context without knowing which kind it is.
Traits§
Functions§
- estimate_
memory_ usage - Returns an estimate of the total amount of bytes allocated.
- flush_
ooc_ cleanup - Wait for all dead files for out-of-core execution to be cleaned up.
- init_
ooc_ cleaner - Ensures the out-of-core cleanup thread is started.
- memory_
manager - Return a reference to the global [
MemoryManager].