Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/os/
Dos_memory_debug.h82 #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.h277 static inline void * os_calloc(size_t nmemb, size_t size) in os_calloc() function