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

/illumos-gate/usr/src/lib/libpkg/common/
H A Dprogerr.c113 * (*alloc_proc)(int) - specifies the function to call if fatal error
121 set_memalloc_failure_func(void (*alloc_proc)(int)) argument
123 if (alloc_proc != (void (*)())NULL)
124 fatal_err_func = alloc_proc;

Completed in 43 milliseconds