(This is the documentation for SDL3, which is under heavy development and the API is changing! SDL2 is the current stable version!)

SDL_OutOfMemory

Set an error indicating that memory allocation failed.

Header File

Defined in <SDL3/SDL_error.h>

Syntax

int SDL_OutOfMemory(void);

Return Value

Returns -1

Remarks

This function does not do any memory allocation.

Version

This function is available since SDL 3.0.0.


CategoryAPI, CategoryAPIFunction, CategoryError