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

/freebsd-10.0-release/contrib/file/
H A Dvasprintf.c123 #define ALLOC_CHUNK 2048 macro
125 #if ALLOC_CHUNK < ALLOC_SECURITY_MARGIN
126 # error !!! ALLOC_CHUNK < ALLOC_SECURITY_MARGIN !!!
128 /* note: to have some interest, ALLOC_CHUNK should be much greater than ALLOC_SECURITY_MARGIN */
157 len += s->real_len + ALLOC_CHUNK;
H A Dapprentice.c1180 #define ALLOC_CHUNK (size_t)10 macro
1191 size_t cnt = me->max_count + ALLOC_CHUNK;
1220 size_t len = sizeof(*m) * ALLOC_CHUNK;
1226 me->max_count = ALLOC_CHUNK;

Completed in 64 milliseconds