SDL_OutOfMemory

Set an error indicating that memory allocation failed.

This function does not do any memory allocation.

extern (C) nothrow @nogc extern
bool
SDL_OutOfMemory
()

Return Value

Type: bool

false

Threadsafety: It is safe to call this function from any thread.

Meta