HomeSort by relevance Sort by last modified time
    Searched defs:os_calloc (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_memory_debug.h 73 #define os_calloc( _count, _size ) \ macro
os_memory_stdc.h 44 #define os_calloc(_count, _size ) calloc(_count, _size ) macro
  /external/mesa3d/src/gallium/auxiliary/os/
os_memory_debug.h 73 #define os_calloc( _count, _size ) \ macro
os_memory_stdc.h 44 #define os_calloc(_count, _size ) calloc(_count, _size ) macro
  /external/wpa_supplicant_8/src/utils/
os.h 259 * os_calloc - Allocate and zero memory for an array
270 static inline void * os_calloc(size_t nmemb, size_t size) function

Completed in 93 milliseconds