Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-alloc.cc193 int total_allocated = 0; in TEST() local
196 while (total_allocated < 5 * code_range_size) { in TEST()
207 total_allocated += static_cast<int>(allocated); in TEST()
/external/bluetooth/glib/glib/
Dgfileutils.c506 gsize total_allocated = 0; in get_contents_stdio() local
518 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()