Get the amount of RAM configured in the system.
Defined in <SDL3/SDL_cpuinfo.h>
int SDL_GetSystemRAM(void);
(int) Returns the amount of RAM configured in the system in MiB.
It is safe to call this function from any thread.
This function is available since SDL 3.1.3.