Home
last modified time | relevance | path

Searched refs:ALLOC_CHUNK (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.bin/cut/
H A Dcut.c153 #define ALLOC_CHUNK _POSIX2_LINE_MAX /* malloc granularity */ macro
163 numpositions = ALLOC_CHUNK; in get_list()
201 newsize = roundup(stop + 1, ALLOC_CHUNK); in get_list()
/netbsd-src/external/bsd/file/dist/src/
H A Dvasprintf.c128 #define ALLOC_CHUNK 2048 macro
130 #if ALLOC_CHUNK < ALLOC_SECURITY_MARGIN
131 # error !!! ALLOC_CHUNK < ALLOC_SECURITY_MARGIN !!!
160 len += s->real_len + ALLOC_CHUNK; in realloc_buff()
H A Dapprentice.c89 #define ALLOC_CHUNK CAST(size_t, 10) macro
2072 size_t cnt = me->max_count + ALLOC_CHUNK; in parse()
2085 static const size_t len = sizeof(*m) * ALLOC_CHUNK; in parse()
2093 me->max_count = ALLOC_CHUNK; in parse()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20072165 * cp-name-parser.y (ALLOC_CHUNK): Define.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20072165 * cp-name-parser.y (ALLOC_CHUNK): Define.