Searched refs:buffer_allocated (Results 1 – 1 of 1) sorted by relevance
771 int buffer_allocated; in target_read_string() local776 buffer_allocated = 4; in target_read_string()777 buffer = xmalloc (buffer_allocated); in target_read_string()800 if (bufptr - buffer + tlen > buffer_allocated) in target_read_string()804 buffer_allocated *= 2; in target_read_string()805 buffer = xrealloc (buffer, buffer_allocated); in target_read_string()