Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dos_memory_stdc.h42 #define os_calloc(_count, _size ) calloc(_count, _size ) macro
Dos_memory_debug.h85 #define os_calloc( _count, _size ) \ macro
Du_memory.h48 #define CALLOC(_count, _size) os_calloc(_count, _size)