Searched defs:ea_alloc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/man/man3exacct/
H A DMakefile26 MANLINKS= ea_alloc.3exacct \
61 ea_alloc.3exacct := LINKSRC = ea_set_item.3exacct
/illumos-gate/usr/src/common/exacct/
H A Dexacct_core.c51 * All routines in this file use ea_alloc(), which is a malloc() wrapper
60 * ea_alloc() and ea_free() provide a wrapper for the common
65 ea_alloc(size_t size) function
104 char *p = ea_alloc(strlen(ptr) + 1);
276 if ((item->ei_object = ea_alloc(valsize)) == NULL) {
284 if ((item->ei_raw = ea_alloc(valsize)) == NULL) {
483 estack = ea_alloc(sizeof (struct es_frame) * DEFAULT_ENTRIES);
623 ea_alloc(new_neframes *

Completed in 53 milliseconds