collections ~use_rciallocator (2022-02-01T01:24:12.5168002)
Dub
Repo
DualAllocatorU.get
stdx
collections
common
DualAllocatorU
Undocumented in source. Be warned that the author may not have intended to support it.
struct
DualAllocatorU
(LocalAllocT, SharedAllocT)
ref
auto ref
get
(
T
this
_
)
(
)
if
(
is
(
T
==
LocalAllocT
) ||
is
(
T
==
SharedAllocT
)
)
Meta
Source
See Implementation
stdx
collections
common
DualAllocatorU
constructors
this
destructors
~this
functions
allocate
deallocate
get
postblits
this(this)
properties
alignment
variables
_isShared
_localAlloc
_sharedAlloc