SdlAlignedFree
Free memory allocated by SdlAlignedAlloc.
The pointer is no longer valid after this call and cannot be dereferenced anymore.
If AMem
is nil, this function does nothing.
Definition
Unit: Neslib.Sdl3.Additional
Parameters
AMem
: Pointer
: A pointer previously returned by SdlAlignedAlloc, or nil.
See Also
Remarks
It is safe to call this function from any thread