batch-engine ~master (2015-02-28T16:00:04Z)
Home
Dub
Repo
ChunkAllocator.element
Engine
Allocator
ChunkAllocator
This is the form used to link recyclable elements together.
struct
ChunkAllocator
(V, uint elemsPerChunk)
struct
element {
element
*
next
;
}
Members
Variables
next
element
*
next
;
Undocumented in source.
Meta
Source
See Implementation
Engine
Allocator
ChunkAllocator
functions
allocate
free
freeAll
structs
chunk
element
variables
freeNeeded
fresh
nextFresh
used
This is the form used to link recyclable elements together.