libd ~master (2021-08-29T21:20:58Z)
Dub
Repo
SystemAllocator.free
libd
memory
allocator
systemallocator
SystemAllocator
Undocumented in source. Be warned that the author may not have intended to support it.
void
free
(NotNullSlice!(T, Tag) slice)
struct
SystemAllocator
@
nogc
nothrow @
trusted
static
void
free
(
T
)
(
ref
NotNullSlice
!(
T
,
Tag
)
slice
)
void
free
(NotNullPtr!(T, Tag) ptr)
Meta
Source
See Implementation
libd
memory
allocator
systemallocator
SystemAllocator
manifest constants
AllocIsStatic
static functions
alloc
free
realloc
static variables
Tag