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