rawFree

Deallocates the memory referenced by ptr from allocator.

If ptr is null, no action occurs.

void
rawFree
(
A
)
(
ref A allocator
,
in size_t alignment
,
void* ptr
,
in bool gcScan = false
)

Meta