stdx-allocator ~master (2019-07-16T13:47:43Z)
Dub
Repo
Segregator.Segregator
stdx
allocator
building_blocks
segregator
Segregator
Undocumented in source.
alias
Segregator
=
.
Segregator
!(
Args
[
cutPoint
], .
Segregator
!(
Args
[
0
..
cutPoint
],
Args
[
cutPoint
+
1
]), .
Segregator
!(
Args
[
cutPoint
+
2
..$]))
template
Segregator
(Args...)
static if
(
cutPoint >= 2
)
alias
Segregator
= .
Segregator
!(
Args
[
cutPoint
], .
Segregator
!(
Args
[0..
cutPoint
],
Args
[
cutPoint
+ 1]), .
Segregator
!(
Args
[
cutPoint
+ 2..$]))
alias
Segregator
=
.
Segregator
!(
Args
[
0
],
Args
[
1
], .
Segregator
!(
Args
[
2
..$]))
struct
Segregator
(size_t threshold, SmallAllocator, LargeAllocator)
Meta
Source
See Implementation
stdx
allocator
building_blocks
segregator
Segregator
aliases
Segregator