Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgmem.c314 #define PROFILE_TABLE(f1,f2,f3) ( ( ((f3) << 2) | ((f2) << 1) | (f1) ) * (MEM_PROFILE_TABLE_SIZE … macro
334 profile_data[n_bytes + PROFILE_TABLE ((job & PROFILER_ALLOC) != 0, in profiler_log()
338 profile_data[MEM_PROFILE_TABLE_SIZE + PROFILE_TABLE ((job & PROFILER_ALLOC) != 0, in profiler_log()
364 glong t_malloc = local_data[i + PROFILE_TABLE (1, 0, success)]; in profile_print_locked()
365 glong t_realloc = local_data[i + PROFILE_TABLE (1, 1, success)]; in profile_print_locked()
366 glong t_free = local_data[i + PROFILE_TABLE (0, 0, success)]; in profile_print_locked()
367 glong t_refree = local_data[i + PROFILE_TABLE (0, 1, success)]; in profile_print_locked()