The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
AllocatorList.Allocator
std
experimental
allocator
building_blocks
allocator_list
AllocatorList
Alias for
typeof(Factory()(1))
, i.e. the type of the individual allocators.
import std.experimental.allocator.building_blocks.allocator_list;
struct
AllocatorList
(Factory, BookkeepingAllocator = GCAllocator)
alias
Allocator
=
typeof
(
Factory.init
(1))
Meta
Source
See Implementation
std
experimental
allocator
building_blocks
allocator_list
AllocatorList
aliases
Allocator
constructors
this
functions
alignedAllocate
allocate
deallocate
deallocateAll
empty
expand
owns
reallocate
variables
alignment
Alias for typeof(Factory()(1)), i.e. the type of the individual allocators.