HomeSort by relevance Sort by last modified time
    Searched refs:prof_dump_header (Results 1 - 5 of 5) sorted by null

  /external/jemalloc/test/unit/
prof_reset.c 120 prof_dump_header_orig = prof_dump_header;
121 prof_dump_header = prof_dump_header_intercept;
136 prof_dump_header = prof_dump_header_orig;
  /external/jemalloc/src/
prof.c 1282 #undef prof_dump_header macro
1283 #define prof_dump_header JEMALLOC_N(prof_dump_header_impl) macro
1286 prof_dump_header(bool propagate_err, const prof_cnt_t *cnt_all) function
1304 #undef prof_dump_header macro
1305 #define prof_dump_header JEMALLOC_N(prof_dump_header) macro
1306 prof_dump_header_t *prof_dump_header = JEMALLOC_N(prof_dump_header_impl); variable
    [all...]
  /external/jemalloc/include/jemalloc/internal/
prof.h 297 extern prof_dump_header_t *prof_dump_header;
private_namespace.h 396 #define prof_dump_header JEMALLOC_N(prof_dump_header) macro
private_unnamespace.h 396 #undef prof_dump_header macro

Completed in 3045 milliseconds