Searched defs:prof_dump_open (Results 1 - 3 of 3) sorted by relevance

/external/jemalloc/src/
H A Dprof.c934 #undef prof_dump_open macro
935 #define prof_dump_open JEMALLOC_N(prof_dump_open_impl) macro
938 prof_dump_open(bool propagate_err, const char *filename) function
953 #undef prof_dump_open macro
954 #define prof_dump_open JEMALLOC_N(prof_dump_open) macro
955 prof_dump_open_t *prof_dump_open = JEMALLOC_N(prof_dump_open_impl); variable
1595 if ((prof_dump_fd = prof_dump_open(propagate_err, filename)) == -1)
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h434 #define prof_dump_open JEMALLOC_N(prof_dump_open) macro
H A Dprivate_unnamespace.h434 #undef prof_dump_open macro

Completed in 153 milliseconds