Searched refs:smalloc (Results 1 – 4 of 4) sorted by relevance
278 smalloc(u_int);389 hp = (struct host *) smalloc(sizeof(struct host));824 smalloc(sizeof(struct shared_bindata));1222 s = (struct shared_string *) smalloc(sizeof(struct shared_string)1282 bdata = (struct shared_bindata *) smalloc(sizeof(struct shared_bindata)1635 result = (struct in_addr_list *) smalloc(totalsize);2019 smalloc(nbytes) in smalloc() function
54 extern memalign_t smalloc (size_t);
510 smalloc(size_t n) in smalloc() function
497 # define xmalloc(i) smalloc(i)