Home
last modified time | relevance | path

Searched refs:GROWBY_MIN_SIZE (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Df-exp.y1337 #define GROWBY_MIN_SIZE 64 /* Minimum amount to grow buffer by */ macro
1356 growby = std::max (count, GROWBY_MIN_SIZE); in growbuf_by_size()
DChangeLog-19937303 * ch-exp.y (tempbuf, tempbufsize, tempbufindex, GROWBY_MIN_SIZE,