Module alloc

Module alloc 

Source
Expand description

BumpAlloc trait and implemention TokioBumpAlloc

Structs§

TokioBumpAlloc
Allocate object in Bump within async task when dropped ,it will spawn a task to wait all BumpRef dropped. when all BumpRef dropped,it will drop RecycleableBump,and the Bump will be reset and release back to pool

Traits§

BumpAlloc
BumpObject alloc trait