Searched refs:prof_dump_open (Results 1 - 7 of 7) sorted by relevance

/external/jemalloc/test/unit/
H A Dprof_gdump.c33 prof_dump_open = prof_dump_open_intercept;
H A Dprof_idump.c35 prof_dump_open = prof_dump_open_intercept;
H A Dprof_accum.c69 prof_dump_open = prof_dump_open_intercept;
/external/jemalloc/src/
H A Dprof.c700 #undef prof_dump_open macro
701 #define prof_dump_open JEMALLOC_N(prof_dump_open_impl) macro
704 prof_dump_open(bool propagate_err, const char *filename) function
719 #undef prof_dump_open macro
720 #define prof_dump_open JEMALLOC_N(prof_dump_open) macro
721 prof_dump_open_t *prof_dump_open = JEMALLOC_N(prof_dump_open_impl); variable
1058 if ((prof_dump_fd = prof_dump_open(propagate_err, filename)) == -1)
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h297 #define prof_dump_open JEMALLOC_N(prof_dump_open) macro
H A Dprof.h227 extern prof_dump_open_t *prof_dump_open;
H A Dprivate_unnamespace.h297 #undef prof_dump_open macro

Completed in 61 milliseconds