stdx-allocator ~master (2019-07-16T13:47:43Z)
Dub
Repo
SharedFreeList.approxMaxLength
stdx
allocator
building_blocks
free_list
SharedFreeList
Undocumented in source. Be warned that the author may not have intended to support it.
alias
approxMaxLength
=
approxMaxNodes
size_t
approxMaxLength
[@property getter]
struct
SharedFreeList
(ParentAllocator, size_t minSize, size_t maxSize = minSize, size_t approxMaxNodes = unbounded)
@
property
const shared
static if
(!(
approxMaxNodes != chooseAtRuntime
))
size_t
approxMaxLength
(
)
size_t
approxMaxLength
[@property setter]
size_t
approxMaxLength
[@property getter]
size_t
approxMaxLength
[@property setter]
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