Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/netbsd-tests/lib/libutil/
H A Dt_efun.c91 ATF_TC_HEAD(emalloc, tc) in ATF_TC_HEAD() argument
96 ATF_TC_BODY(emalloc, tc) in ATF_TC_BODY() argument
/freebsd-13.1/crypto/heimdal/lib/roken/
H A Demalloc.c46 emalloc (size_t sz) in emalloc() function
H A Droken.h.in958 #define emalloc rk_emalloc macro
/freebsd-13.1/sbin/rcorder/
H A Dealloc.c73 emalloc(size_t len) in emalloc() function
/freebsd-13.1/contrib/ntp/include/
H A Dntp_stdlib.h113 #define emalloc(n) ereallocz(NULL, (n), 0, FALSE) macro
129 #define emalloc(c) ereallocz(NULL, (c), 0, FALSE, \ macro
/freebsd-13.1/lib/libnetbsd/
H A Defun.c106 emalloc(size_t n) in emalloc() function
/freebsd-13.1/sbin/fsck/
H A Dfsutil.c236 emalloc(size_t s) in emalloc() function
/freebsd-13.1/usr.sbin/jail/
H A Djail.c532 emalloc(size_t size) in emalloc() function
/freebsd-13.1/contrib/tzcode/zic/
H A Dzic.c388 #define emalloc(size) memcheck(imalloc(size)) macro