Searched refs:prof_reset (Results 1 – 15 of 15) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_externs.h | 71 void prof_reset(tsd_t *tsd, size_t lg_sample);
|
D | private_namespace.h | 307 #define prof_reset JEMALLOC_N(prof_reset) macro
|
D | private_namespace_jet.h | 312 #define prof_reset JEMALLOC_N(prof_reset) macro
|
/external/jemalloc/include/jemalloc/internal/ |
D | private_symbols.txt | 453 prof_reset
|
D | prof.h | 304 void prof_reset(tsd_t *tsd, size_t lg_sample);
|
D | private_namespace.h | 453 #define prof_reset JEMALLOC_N(prof_reset) macro
|
D | private_unnamespace.h | 453 #undef prof_reset
|
/external/jemalloc/ |
D | Android.bp | 245 "test/unit/prof_reset.c",
|
D | Makefile.in | 177 $(srcroot)test/unit/prof_reset.c \
|
/external/jemalloc_new/ |
D | Android.bp | 256 "test/unit/prof_reset.c",
|
D | Makefile.in | 193 $(srcroot)test/unit/prof_reset.c \
|
/external/jemalloc/src/ |
D | ctl.c | 153 CTL_PROTO(prof_reset) 377 {NAME("reset"), CTL(prof_reset)}, 2101 prof_reset(tsd, lg_sample); in prof_reset_ctl()
|
D | prof.c | 1956 prof_reset(tsd_t *tsd, size_t lg_sample) in prof_reset() function
|
/external/jemalloc_new/src/ |
D | ctl.c | 147 CTL_PROTO(prof_reset) 386 {NAME("reset"), CTL(prof_reset)}, 2626 prof_reset(tsd, lg_sample); in prof_reset_ctl()
|
D | prof.c | 2061 prof_reset(tsd_t *tsd, size_t lg_sample) { in prof_reset() function
|