Set an error indicating that memory allocation failed.
Defined in <SDL3/SDL_error.h>
bool SDL_OutOfMemory(void);
(bool) Returns false.
This function does not do any memory allocation.
It is safe to call this function from any thread.
This function is available since SDL 3.1.3.