Module dbkit_engine::allocator [] [src]

Allocator facilities for column data and in flight operations & expressions.

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