batch-engine ~master (2015-02-28T16:00:04Z)
Home
Dub
Repo
chunk.prev
Engine
Allocator
ChunkAllocator
chunk
The previous chunk in the chain. Required for O(1) removal from the chain.
struct
chunk
chunk
*
prev
;
Meta
Source
See Implementation
Engine
Allocator
ChunkAllocator
chunk
functions
allocateFromFree
deallocate
variables
elems
freeList
next
numFree
prev
The previous chunk in the chain. Required for O(1) removal from the chain.