stdx-allocator ~master (2019-07-16T13:47:43Z)
Dub
Repo
AllocatorList.Allocator
stdx
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
(
size_t
(1)))
Meta
Source
See Implementation
stdx
allocator
building_blocks
allocator_list
AllocatorList
aliases
Allocator
constructors
this
destructors
~this
functions
allocate
deallocate
deallocateAll
empty
expand
owns
reallocate
variables
alignment
bkalloc
factory
Alias for typeof(Factory()(1)), i.e. the type of the individual allocators.