Home
last modified time | relevance | path

Searched refs:CNEW (Results 1 – 2 of 2) sorted by relevance

/freebsd/libexec/rtld-elf/
H A Drtld.h46 #define CNEW(type) ((type *) xcalloc(1, sizeof(type))) macro
H A Dmap_object.c464 obj = CNEW(Obj_Entry); in obj_new()