Module dbkit_engine::allocator
[−]
[src]
Structs
| ArenaAppend |
Result of arena append Chunk offset & pointer |
| ChainedArena |
Arena styled allocator. Stores data in non-relocatable/non-movable arenas. |
| HeapAllocator |
Simple heap allocator without memory tracking |
| OwnedChunk |
Chunk with an allocator owner |
Constants
| MIN_ALIGN |
Minimum alignment for platform. |
Statics
| GLOBAL |
A instance of default allocator when you don't care memory accounting, limitation |
Traits
| Allocator |
Allocator trait, used through out the operations in dbkit. |
Type Definitions
| RefChunk |