Searched defs:CALLOC_STRUCT (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_memory.h57 #define CALLOC_STRUCT(T) (struct T *) CALLOC(1, sizeof(struct T)) macro
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dimports.h58 #define CALLOC_STRUCT(T) (struct T *) calloc(1, sizeof(struct T)) macro
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_memory.h56 #define CALLOC_STRUCT(T) (struct T *) CALLOC(1, sizeof(struct T)) macro

Completed in 4 milliseconds