Home | History | Annotate | Download | only in glx

Lines Matching full:calloc

53 #define CALLOC_STRUCT(T)   (struct T *) calloc(1, sizeof(struct T))