Searched refs:total_allocated (Results 1 – 2 of 2) sorted by relevance
193 int total_allocated = 0; in TEST() local196 while (total_allocated < 5 * code_range_size) { in TEST()207 total_allocated += static_cast<int>(allocated); in TEST()
506 gsize total_allocated = 0; in get_contents_stdio() local518 while ((total_bytes + bytes + 1) > total_allocated) in get_contents_stdio()521 total_allocated *= 2; in get_contents_stdio()523 total_allocated = MIN (bytes + 1, sizeof (buf)); in get_contents_stdio()525 tmp = g_try_realloc (str, total_allocated); in get_contents_stdio()533 (gulong) total_allocated, in get_contents_stdio()572 if (total_allocated == 0) in get_contents_stdio()