Home
last modified time | relevance | path

Searched refs:SDL_GetSystemRAM (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_cpuinfo.h202 extern DECLSPEC int SDLCALL SDL_GetSystemRAM(void);
/AliOS-Things-master/components/SDL2/test/
A Dtestplatform.c385 SDL_Log("System RAM %d MB\n", SDL_GetSystemRAM()); in TestCPUInfo()
/AliOS-Things-master/components/SDL2/src/cpuinfo/
A DSDL_cpuinfo.c874 SDL_GetSystemRAM(void) in SDL_GetSystemRAM() function
1049 printf("RAM: %d MB\n", SDL_GetSystemRAM()); in main()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h112 #define SDL_GetSystemRAM SDL_GetSystemRAM_REAL macro
A DSDL_dynapi_procs.h143 SDL_DYNAPI_PROC(int,SDL_GetSystemRAM,(void),(),return)

Completed in 11 milliseconds