Searched refs:smalloc (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/libexec/bootpd/
H A Dreadfile.c279 smalloc(u_int);
392 hp = (struct host *) smalloc(sizeof(struct host));
830 smalloc(sizeof(struct shared_bindata));
1230 s = (struct shared_string *) smalloc(sizeof(struct shared_string)
1291 bdata = (struct shared_bindata *) smalloc(sizeof(struct shared_bindata)
1650 result = (struct in_addr_list *) smalloc(totalsize);
2032 /* smalloc() -- safe malloc()
2041 smalloc(nbytes)
2019 smalloc(nbytes) function
/freebsd-10-stable/contrib/tcsh/
H A Dtc.decls.h54 extern memalign_t smalloc (size_t);
H A Dtc.alloc.c520 smalloc(size_t n) function
H A Dsh.h491 # define xmalloc(i) smalloc(i)

Completed in 120 milliseconds