Crate jenga [] [src]

Structs

FArray
FBox
Frame
FramePlace
FramePlacer

Enums

InitError
PlaceError

Functions

frame

lock the thread local data stack and run the closure with a reference to it calling any non-framed allocations will panic

init_with_capacity

reserve size bytes of memory for the allocator This will fail if it was already initialized

place

allocate count elements of T

place_iter

allocate count elements of T the iterator may not use the stack allocator.

place_raw

this function will run the provided closure with pointer to uninitialized memory. drop is not called afterwards.