memutils v1.0.9 (2023-03-02T20:19:28Z)
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