[][src]Module ico_memory::mem

Structs

IndexedData
IndexedDataStore
IndexedHandle
IndexedRef
MemoryManager
MemoryPool
QueueU32
QueueUsize
ResourceData
ResourceHandle
ResourceManager
ResourceRef

Constants

QUEUE_NULL

A MPMC Queue based on Dmitry Vyukov's queue.
However, there is a slight modification where head and tail can be locked, as my implementation of Dmitry's queue failed some tests under peak contention - and I've opted for a more conservative queue

QUEUE_U32_NULL