Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_memory.h50 #define CALLOC(_count, _size) os_calloc(_count, _size) macro
/external/virglrenderer/src/gallium/auxiliary/util/
Du_memory.h50 #define CALLOC(_count, _size) os_calloc(_count, _size) macro
/external/ipsec-tools/src/libipsec/
Dpfkey.c54 #define CALLOC(size, cast) (cast)calloc(1, (size)) macro