Home
last modified time | relevance | path

Searched defs:emalloc (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.bin/bmake/
HDutil.h64 emalloc(size_t n) in emalloc() function
/dragonfly/lib/libutil/
HDefun.c102 emalloc(size_t n) in emalloc() function
/dragonfly/usr.sbin/zic/
HDzic.c358 #define emalloc(size) memcheck(malloc(size)) macro