memutils v0.4.13 (2018-10-09T15:51:45Z)
Dub
Repo
LocklessAllocator
memutils
allocators
Undocumented in source.
alias
LocklessAllocator
=
DebugAllocator
!(
AutoFreeListAllocator
!(
MallocAllocator
))
alias
LocklessAllocator
=
AutoFreeListAllocator
!(
MallocAllocator
)
static if
(!(
HasDebugAllocations
))
alias
LocklessAllocator
=
AutoFreeListAllocator
!(
MallocAllocator
)
Meta
Source
See Implementation
memutils
allocators
aliases
CryptoSafeAllocator
LocklessAllocator
ProxyGCAllocator
functions
adjustPointerAlignment
alignedSize
ensureValidMemory
extractUnalignedPointer
getAllocator
interfaces
Allocator
static variables
mtx
templates
AllocSize
RefTypeOf