Function SDL_GetSystemRAM
Source pub unsafe extern "C" fn SDL_GetSystemRAM() -> c_int
Expand description
Get the amount of RAM configured in the system.
§Return value
Returns the amount of RAM configured in the system in MiB.
§Thread safety
It is safe to call this function from any thread.
§Availability
This function is available since SDL 3.2.0.