Module refcell_box

Module refcell_box 

Source
Expand description

Contains an implementation of HeapPool which allow client code to generate, use, and re-use heap-allocated objects efficiently.

Structsยง

RefCellBox
Holds a list of allocated objects in a scalable pool. Previously allocated objects can be checked back in after use, to prevent immediate deallocation.