alignedFree

Frees memory allocated using alignedAlloc function.

Uses AlignedMallocator.deallocate.

void
alignedFree
@nogc
(
void[] ptr
)

Parameters

ptr
Type: void[]

Pointer to memory that is to be freed.

Meta