Function SDL_GetSystemRAM

pub unsafe extern "C" fn SDL_GetSystemRAM() -> i32
Available on crate feature dep_sdl2 only.
Expand description

Get the amount of RAM configured in the system.

\returns the amount of RAM configured in the system in MiB.

\since This function is available since SDL 2.0.1.