Searched refs:t_realloc (Results 1 – 1 of 1) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gmem.c | 365 glong t_realloc = local_data[i + PROFILE_TABLE (1, 1, success)]; in profile_print_locked() local 369 if (!t_malloc && !t_realloc && !t_free && !t_refree) in profile_print_locked() 381 i, t_malloc, t_free, t_realloc, t_refree, in profile_print_locked() 382 (t_malloc - t_free + t_realloc - t_refree) * i); in profile_print_locked() 385 i, t_malloc, t_free, t_realloc, t_refree); in profile_print_locked()
|