tardy ~master (2020-11-26T16:30:39Z)
Dub
Repo
SBOAllocator
tardy
allocators
Undocumented in source.
template
SBOAllocator (
size_t
N
) {
import
std
.
experimental
.
allocator
.
building_blocks
.
fallback_allocator
:
FallbackAllocator
;
;
import
std
.
experimental
.
allocator
.
mallocator
:
Mallocator
;
;
alias
SBOAllocator
=
FallbackAllocator
!(
InSitu
!
N
,
Mallocator
)
;
}
Members
Aliases
SBOAllocator
alias
SBOAllocator
=
FallbackAllocator
!(
InSitu
!
N
,
Mallocator
)
Undocumented in source.
Meta
Source
See Implementation
tardy
allocators
structs
GC
InSitu
templates
SBOAllocator