memutils ~master (2021-01-03T18:41:41Z)
Dub
Repo
RefTypeOf
memutils
allocators
Undocumented in source.
package
template
RefTypeOf (
T
) {
alias
RefTypeOf
=
T
;
alias
RefTypeOf
=
T
*
;
}
Members
Aliases
RefTypeOf
alias
RefTypeOf
=
T
Undocumented in source.
RefTypeOf
alias
RefTypeOf
=
T
*
Undocumented in source.
Meta
Source
See Implementation
memutils
allocators
aliases
CryptoSafeAllocator
LocklessAllocator
ProxyGCAllocator
functions
adjustPointerAlignment
alignedSize
ensureValidMemory
extractUnalignedPointer
getAllocator
interfaces
Allocator
static variables
mtx
templates
AllocSize
RefTypeOf