phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
AllocatorList.Allocator
std
experimental
allocator
building_blocks
allocator_list
AllocatorList
Alias for
typeof(Factory()(1))
, i.e. the type of the individual allocators.
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.