stdx-allocator ~master (2019-07-16T13:47:43Z)
Dub
Repo
SharedFreeList.owns
stdx
allocator
building_blocks
free_list
SharedFreeList
Standard primitives.
enum
uint
alignment
;
size_t
goodAllocSize
(size_t bytes)
Ternary
owns
(void[] b)
struct
SharedFreeList
(ParentAllocator, size_t minSize, size_t maxSize = minSize, size_t approxMaxNodes = unbounded)
shared const
static if
(
__traits(hasMember, ParentAllocator, "owns")
)
Ternary
owns
(
void
[]
b
)
bool
reallocate
(void[] b, size_t s)
void
[]
allocate
(size_t bytes)
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
Standard primitives.