ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
DataAllocator.Impl
ae
utils
alloc
DataAllocator
Undocumented in source.
struct
DataAllocator
static
template
Impl (
alias
data
) {
struct
Data
via
static
import
ae
.
sys
.
data
:
SysData
=
Data
;
;
static
StorageType
!
T
[]
allocateMany
(size_t n);
static
void
freeAll
();
}
Members
Static functions
allocateMany
StorageType
!
T
[]
allocateMany
(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
freeAll
void
freeAll
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ae
utils
alloc
DataAllocator
mixins
__anonymous
structs
Data
templates
Impl