stdx-allocator ~master (2019-07-16T13:47:43Z)
Dub
Repo
BitmappedBlockWithInternalPointers.resolveInternalPointer
stdx
allocator
building_blocks
bitmapped_block
BitmappedBlockWithInternalPointers
Allocator primitives.
alias
alignment
=
theAlignment
size_t
goodAllocSize
(size_t n)
void
[]
allocate
(size_t bytes)
void
[]
allocateAll
()
bool
expand
(void[] b, size_t bytes)
bool
deallocate
(void[] b)
Ternary
resolveInternalPointer
(void* p, void[] result)
struct
BitmappedBlockWithInternalPointers
(size_t theBlockSize, uint theAlignment = platformAlignment, ParentAllocator = NullAllocator)
Ternary
resolveInternalPointer
(
const
void
*
p
,
ref
void
[]
result
)
Ternary
empty
()
Meta
Source
See Implementation
stdx
allocator
building_blocks
bitmapped_block
BitmappedBlockWithInternalPointers
aliases
alignment
constructors
this
functions
allocate
allocateAll
deallocate
empty
expand
goodAllocSize
resolveInternalPointer
Allocator primitives.