Searched refs:SDL_GetSystemRAM (Results 1 – 5 of 5) sorted by relevance
202 extern DECLSPEC int SDLCALL SDL_GetSystemRAM(void);
385 SDL_Log("System RAM %d MB\n", SDL_GetSystemRAM()); in TestCPUInfo()
874 SDL_GetSystemRAM(void) in SDL_GetSystemRAM() function1049 printf("RAM: %d MB\n", SDL_GetSystemRAM()); in main()
112 #define SDL_GetSystemRAM SDL_GetSystemRAM_REAL macro
143 SDL_DYNAPI_PROC(int,SDL_GetSystemRAM,(void),(),return)
Completed in 11 milliseconds