HomeSort by relevance Sort by last modified time
    Searched defs:smalloc (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/tests/
test_per_net.c 44 * smalloc() -- safe malloc()
52 smalloc(uint_t nbytes) function
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
misc.c 264 rp = (dbg_rec_t *)smalloc(sizeof (dbg_rec_t));
399 pnd->lrupage = (dn_rec_list_t **)smalloc(size);
683 * smalloc() -- safe malloc()
693 smalloc(uint_t nbytes) function
711 * Unlike smalloc(), does not initialize the buffer to all zeros.
  /onnv/onnv-gate/usr/src/lib/watchmalloc/common/
malloc.c 113 smalloc(size_t size) function
192 return (smalloc(size));

Completed in 120 milliseconds