The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
FreeList.alignment
std
experimental
allocator
building_blocks
free_list
FreeList
Alignment offered.
import std.experimental.allocator.building_blocks.free_list;
struct
FreeList
(ParentAllocator, size_t minSize, size_t maxSize = minSize, Flag!"adaptive" adaptive = No.adaptive)
alias
alignment
=
ParentAllocator.alignment
Meta
Source
See Implementation
std
experimental
allocator
building_blocks
free_list
FreeList
aliases
alignment
destructors
~this
functions
allocate
deallocate
deallocateAll
goodAllocSize
minimize
properties
max
min
variables
parent
Alignment offered.