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

/freebsd-11-stable/contrib/file/src/
H A Dvasprintf.c122 #define ALLOC_CHUNK 2048 macro
124 #if ALLOC_CHUNK < ALLOC_SECURITY_MARGIN
125 # error !!! ALLOC_CHUNK < ALLOC_SECURITY_MARGIN !!!
127 /* note: to have some interest, ALLOC_CHUNK should be much greater than ALLOC_SECURITY_MARGIN */
156 len += s->real_len + ALLOC_CHUNK;
H A Dapprentice.c77 #define ALLOC_CHUNK CAST(size_t, 10) macro
1908 size_t cnt = me->max_count + ALLOC_CHUNK;
1921 static const size_t len = sizeof(*m) * ALLOC_CHUNK;
1929 me->max_count = ALLOC_CHUNK;

Completed in 107 milliseconds