memutils ~master (2021-01-03T18:41:41Z)
Dub
Repo
CryptoSafeAllocator
memutils
allocators
Undocumented in source.
alias
CryptoSafeAllocator
=
DebugAllocator
!(
SecureAllocator
!(
AutoFreeListAllocator
!(
MallocAllocator
)))
alias
CryptoSafeAllocator
=
SecureAllocator
!
LocklessAllocator
static if
(!(
HasDebugAllocations
))
static if
(
HasCryptoSafe
)
alias
CryptoSafeAllocator
=
SecureAllocator
!
LocklessAllocator
Meta
Source
See Implementation
memutils
allocators
aliases
CryptoSafeAllocator
LocklessAllocator
ProxyGCAllocator
functions
adjustPointerAlignment
alignedSize
ensureValidMemory
extractUnalignedPointer
getAllocator
interfaces
Allocator
static variables
mtx
templates
AllocSize
RefTypeOf