memutils ~master (2021-01-03T18:41:41Z)
Dub
Repo
LocklessAllocator
memutils
allocators
Undocumented in source.
alias
LocklessAllocator
=
DebugAllocator
!(
AutoFreeListAllocator
!(
MallocAllocator
))
static if
(
HasDebugAllocations
)
alias
LocklessAllocator
=
DebugAllocator
!(
AutoFreeListAllocator
!(
MallocAllocator
))
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