Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dprof_types.h25 #define PROF_BT_MAX 128 macro
Dprof_structs.h197 void *vec[PROF_BT_MAX];
/external/jemalloc/include/jemalloc/internal/
Dprof.h24 #define PROF_BT_MAX 128 macro
238 void *vec[PROF_BT_MAX];
/external/jemalloc/src/
Dprof.c320 nframes = unw_backtrace(bt->vec, PROF_BT_MAX); in prof_backtrace()
357 prof_unwind_data_t data = {bt, PROF_BT_MAX}; in prof_backtrace()
368 if ((i) < PROF_BT_MAX) { \ in prof_backtrace()
/external/jemalloc_new/src/
Dprof.c327 nframes = unw_backtrace(bt->vec, PROF_BT_MAX); in prof_backtrace()
363 prof_unwind_data_t data = {bt, PROF_BT_MAX}; in prof_backtrace()
373 if ((i) < PROF_BT_MAX) { \ in prof_backtrace()