dplug ~master (2024-09-30T22:25:31Z)
Home
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
CString
CString16
nogcComparisonFunction
functions
assumeNoGC
assumeNothrowNoGC
assumeZeroTerminated
browseNoGC
debugBreak
debugLog
debugLogf
decodeBase64
destroyFree
destroyNoGC
encodeBase64
freeSlice
mallocDup
mallocIDup
mallocNew
mallocSlice
mallocSliceNoInit
stringDup
stringIDup
stringNCopy
timSort
unsafeObjectCast
structs
CStringImpl
Allocates a slice with malloc, but does not initialize the content.