nu_aligned_free

Frees aligned memory.

export extern (C) nothrow @nogc pure
void
nu_aligned_free
(
void* ptr
,
size_t alignment
)

Parameters

ptr void*

Pointer to prior allocation made with nu_aligned_alloc

alignment size_t

The alignment of the allocation, in bytes.

See Also

Meta