HomeSort by: relevance | last modified time | path
    Searched refs:ALLOC_CHUNK (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/file/dist/src/
vasprintf.c 128 #define ALLOC_CHUNK 2048
130 #if ALLOC_CHUNK < ALLOC_SECURITY_MARGIN
131 # error !!! ALLOC_CHUNK < ALLOC_SECURITY_MARGIN !!!
133 /* note: to have some interest, ALLOC_CHUNK should be much greater than ALLOC_SECURITY_MARGIN */
160 len += s->real_len + ALLOC_CHUNK;
apprentice.c 84 #define ALLOC_CHUNK CAST(size_t, 10)
2094 size_t cnt = me->max_count + ALLOC_CHUNK;
2107 static const size_t len = sizeof(*m) * ALLOC_CHUNK;
2115 me->max_count = ALLOC_CHUNK;
  /src/usr.bin/cut/
cut.c 155 #define ALLOC_CHUNK _POSIX2_LINE_MAX /* malloc granularity */
164 numpositions = ALLOC_CHUNK;
200 newsize = roundup(stop + 1, ALLOC_CHUNK);

Completed in 16 milliseconds