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

/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_preselect.c39 #define ALLOC_INCR (100) /* if more map entries are needed, realloc */ macro
40 /* in ALLOC_INCR increments */
168 * realloc the event map in ALLOC_INCR increments
174 rsize = sizeof (event_map_t) * (alloc_count + ALLOC_INCR);

Completed in 43 milliseconds