Searched defs:INITIAL_STR_ALLOC (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ | ||
H A D | elfedit.c | 676 #define INITIAL_STR_ALLOC 128 macro 680 n = (str->n == 0) ? INITIAL_STR_ALLOC : str->n; 689 #undef INITIAL_STR_ALLOC macro |
Completed in 63 milliseconds