free

Frees ptr, self explanatory.

final @nogc static pragma(inline) @trusted
bool
free
(
bool threadSafe = false
)
(
void* ptr
)

Parameters

threadSafe

Should this operation be thread safe? Default false.

ptr void*

Pointer to entry to be freed.

Return Value

Type: bool

True if this succeeded, otherwise false.

Meta