stdx-allocator ~master (2019-07-16T13:47:43Z)
Dub
Repo
SharedFreeList.parent
stdx
allocator
building_blocks
free_list
SharedFreeList
Undocumented in source.
ParentAllocator
parent
;
alias
parent
=
ParentAllocator
.
instance
struct
SharedFreeList
(ParentAllocator, size_t minSize, size_t maxSize = minSize, size_t approxMaxNodes = unbounded)
static if
(!(
stateSize!ParentAllocator
))
alias
parent
=
ParentAllocator.instance
Meta
Source
See Implementation
stdx
allocator
building_blocks
free_list
SharedFreeList
aliases
approxMaxLength
max
min
functions
allocate
deallocate
deallocateAll
goodAllocSize
minimize
owns
reallocate
setBounds
variables
alignment
parent