Searched refs:buffer_allocated (Results 1 – 2 of 2) sorted by relevance
443 static bool buffer_allocated[16]; variable484 if (!buffer_allocated[i]) in emergency_malloc()487 buffer_allocated[i] = true; in emergency_malloc()536 buffer_allocated[buffer] = false; in emergency_malloc_free()
769 int buffer_allocated; in target_read_string() local774 buffer_allocated = 4; in target_read_string()775 buffer = xmalloc (buffer_allocated); in target_read_string()798 if (bufptr - buffer + tlen > buffer_allocated) in target_read_string()802 buffer_allocated *= 2; in target_read_string()803 buffer = xrealloc (buffer, buffer_allocated); in target_read_string()