unstandard ~master (2017-05-26T08:42:45Z)
Dub
Repo
cHeap
unstd
memory
allocation
An unaligned allocator which uses C's
malloc
/
free
.
@
property
ref @
trusted
nothrow @
nogc
CHeap
cHeap
(
)
Meta
Source
See Implementation
unstd
memory
allocation
enums
isUnalignedAllocator
functions
allocate
free
memoryAdd
memoryMult
rawAllocate
rawFree
rawReallocate
reallocate
tempAlloc
testAllocator
tryAllocate
tryRawAllocate
tryRawReallocate
tryReallocate
properties
cHeap
heap
threadHeap
static variables
_cHeap
structs
CHeap
An unaligned allocator which uses C's malloc/free.