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

/osnet-11/usr/src/lib/libbsm/common/
H A Dau_preselect.c40 #define ALLOC_INCR (100) /* if more map entries are needed, realloc */ macro
41 /* in ALLOC_INCR increments */
236 * realloc the event map in ALLOC_INCR increments
242 rsize = sizeof (event_map_t) * (alloc_count + ALLOC_INCR);
247 alloc_count += ALLOC_INCR;

Completed in 20 milliseconds