Searched refs:CNEW (Results 1 – 2 of 2) sorted by relevance
46 #define CNEW(type) ((type *) xcalloc(1, sizeof(type))) macro
464 obj = CNEW(Obj_Entry); in obj_new()