Home
last modified time | relevance | path

Searched refs:alloc_xmalloc (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dalloc.h42 void *alloc_xmalloc(size_t size);
H A Dalloc.c133 alloc_xmalloc(size_t nbytes) in alloc_xmalloc() function
H A Dtree.c234 ret = alloc_xmalloc(size); in newnode()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c188 alloc_xmalloc(size_t nbytes) in alloc_xmalloc() function
H A Ditree.c521 ret = alloc_xmalloc(sizeof (*ret)); in find_or_add_event()
722 iterinfop = alloc_xmalloc( in hmatch_event()
845 struct iterinfo *ret = alloc_xmalloc(sizeof (*ret)); in newiterinfo()
1458 ret = alloc_xmalloc(sizeof (*ret)); in add_event_dummy()
1516 arrowp = alloc_xmalloc( in itree_create_dummy()
1802 newb = alloc_xmalloc(sizeof (struct bubble)); in itree_add_bubble()
1845 newal = alloc_xmalloc(sizeof (struct arrowlist)); in add_arrow()
1867 newa = alloc_xmalloc(sizeof (struct arrow)); in itree_add_arrow()
2099 newc = alloc_xmalloc(sizeof (struct constraintlist)); in itree_add_constraint()