dplug v6.0.22
Dub
Repo
mallocSliceNoInit
dplug
core
nogc
Allocates a slice with
malloc
, but does not initialize the content.
nothrow @
nogc
T
[]
mallocSliceNoInit
(
T
)
(
size_t
count
)
Meta
Source
See Implementation
dplug
core
nogc
aliases
nogcComparisonFunction
functions
assumeZeroTerminated
debugBreak
destroyFree
freeSlice
mallocDup
mallocEmplace
mallocIDup
mallocNew
mallocSlice
mallocSliceNoInit
mergeSort
quicksort
stringDup
stringIDup
unrecoverableError
unsafeObjectCast
structs
CStringImpl
Allocates a slice with malloc, but does not initialize the content.