Searched refs:smalloc (Results 1 – 4 of 4) sorted by relevance
267 smalloc(u_int);377 hp = (struct host *) smalloc(sizeof(struct host)); in readtab()805 smalloc(sizeof(struct shared_bindata)); in eval_symbol()1200 s = (struct shared_string *) smalloc(sizeof(struct shared_string) in get_shared_string()1257 bdata = (struct shared_bindata *) smalloc(sizeof(struct shared_bindata) in process_generic()1600 result = (struct in_addr_list *) smalloc(totalsize); in get_addresses()1973 smalloc(unsigned nbytes) in smalloc() function
53 extern memalign_t smalloc (size_t);
517 smalloc(size_t n) in smalloc() function
490 # define xmalloc(i) smalloc(i)