Home
last modified time | relevance | path

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

/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()