phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
FallbackAllocator.resolveInternalPointer
std
experimental
allocator
building_blocks
fallback_allocator
FallbackAllocator
resolveInternalPointer
is defined if and only if both allocators define it.
struct
FallbackAllocator
(Primary, Fallback)
static if
(
hasMember!(Primary, "resolveInternalPointer") && hasMember!(Fallback, "resolveInternalPointer")
)
Ternary
resolveInternalPointer
(
const
void
*
p
,
ref
void
[]
result
)
Meta
Source
See Implementation
std
experimental
allocator
building_blocks
fallback_allocator
FallbackAllocator
functions
alignedAllocate
allocate
deallocate
empty
expand
owns
reallocate
resolveInternalPointer
static variables
instance
variables
alignment
fallback
primary
resolveInternalPointer is defined if and only if both allocators define it.