vutil ~master (2015-03-22T03:52:14Z)
Dub
Repo
AllocSize
vutil
memory
Undocumented in source.
template
AllocSize (
T
) {
static if
(
is(T == class)
)
enum
dummy
;
static if
(
is(T == class)
)
enum
AllocSize
;
static if
(!(
is(T == class)
))
enum
AllocSize
;
}
Members
Manifest constants
AllocSize
enum
AllocSize
;
Undocumented in source.
AllocSize
enum
AllocSize
;
Undocumented in source.
dummy
enum
dummy
;
Undocumented in source.
Meta
Source
See Implementation
vutil
memory
classes
AutoFreeListAllocator
DebugAllocator
FreeListAlloc
GCAllocator
LockAllocator
MallocAllocator
PoolAllocator
functions
allocArray
allocObject
defaultAllocator
freeArray
manualAllocator
interfaces
Allocator
structs
FreeListRef
templates
AllocSize
FreeListObjectAlloc