Home
last modified time | relevance | path

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

/netbsd-src/libexec/ld.elf_so/
H A Drtld.h66 #define CNEW(type) ((type *) xcalloc(sizeof(type))) macro
H A Dmap_object.c526 obj = CNEW(Obj_Entry); in _rtld_obj_new()