Searched defs:MALLOC_STRUCT (Results 1 – 2 of 2) sorted by relevance
54 #define MALLOC_STRUCT(T) (struct T *) MALLOC(sizeof(struct T)) macro