stdx-allocator ~master (2019-07-16T13:47:43Z)
Dub
Repo
SharedFreeList.setBounds
stdx
allocator
building_blocks
free_list
SharedFreeList
Undocumented in source. Be warned that the author may not have intended to support it.
void
setBounds
(size_t low, size_t high)
struct
SharedFreeList
(ParentAllocator, size_t minSize, size_t maxSize = minSize, size_t approxMaxNodes = unbounded)
shared
static if
(!(
minSize != chooseAtRuntime
))
static if
(
maxSize == chooseAtRuntime
)
void
setBounds
(
size_t
low
,
size_t
high
)
void
setBounds
(size_t newMin, size_t newMax)
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