Function sdl2_sys::SDL_SIMDFree
source · [−]Expand description
\brief Deallocate memory obtained from SDL_SIMDAlloc
It is not valid to use this function on a pointer from anything but SDL_SIMDAlloc(). It can’t be used on pointers from malloc, realloc, SDL_malloc, memalign, new[], etc.
However, SDL_SIMDFree(NULL) is a legal no-op.
\sa SDL_SIMDAlloc \sa SDL_SIMDRealloc