SDL_GetSystemRAM

Get the amount of RAM configured in the system.

extern (C) nothrow @nogc extern
int
SDL_GetSystemRAM
()

Return Value

Type: int

The amount of RAM configured in the system in MiB.

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

Meta