Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_rawinputjoystick.c68 #define SDL_callocStruct(type) (type *)SDL_calloc(1, sizeof(type)) macro
305 CHECK(device = SDL_callocStruct(SDL_RAWINPUT_Device)); in RAWINPUT_AddDevice()
588 struct joystick_hwdata *hwdata = SDL_callocStruct(struct joystick_hwdata); in RAWINPUT_JoystickOpen()

Completed in 5 milliseconds