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

  /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 266 * os_calloc - Allocate and zero memory for an array
277 static inline void * os_calloc(size_t nmemb, size_t size) function

Completed in 47 milliseconds