Searched refs:buffer_allocated (Results 1 – 1 of 1) sorted by relevance
1246 int buffer_allocated; in target_read_string() local1253 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()