Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dtarget.c1246 int buffer_allocated; in target_read_string() local
1253 buffer_allocated = 4; in target_read_string()
1254 buffer = xmalloc (buffer_allocated); in target_read_string()
1275 if (bufptr - buffer + tlen > buffer_allocated) in target_read_string()
1280 buffer_allocated *= 2; in target_read_string()
1281 buffer = xrealloc (buffer, buffer_allocated); in target_read_string()