Home
last modified time | relevance | path

Searched refs:hc_alloc (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/fm/libfmevent/common/
H A Dfmev_impl.h59 void *(*hc_alloc)(size_t); member
H A Dfmev_subscribe.c397 return (ihdl->sh_cmn.hc_alloc(sz)); in fmev_shdl_alloc()
434 if ((dst = ihdl->sh_cmn.hc_alloc(srclen + 1)) == NULL) { in fmev_shdl_strdup()
481 hc.hc_alloc = hdlalloc ? hdlalloc : dflt_alloc; in fmev_shdl_init()