Home
last modified time | relevance | path

Searched defs:os_calloc (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
Dos_memory_debug.h73 #define os_calloc( _count, _size ) \ macro
Dos_memory_stdc.h44 #define os_calloc(_count, _size ) calloc(_count, _size ) macro
/external/mesa3d/src/gallium/auxiliary/os/
Dos_memory_debug.h73 #define os_calloc( _count, _size ) \ macro
Dos_memory_stdc.h44 #define os_calloc(_count, _size ) calloc(_count, _size ) macro
/external/wpa_supplicant_8/src/utils/
Dos.h195 static inline void * os_calloc(size_t nmemb, size_t size) in os_calloc() function