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

  /external/jemalloc/include/jemalloc/internal/
prof.h 12 # define PROF_PREFIX_DEFAULT "jeprof"
14 # define PROF_PREFIX_DEFAULT ""
  /external/jemalloc/src/
prof.c 1322 memcpy(opt_prof_prefix, PROF_PREFIX_DEFAULT,
1323 sizeof(PROF_PREFIX_DEFAULT));

Completed in 33 milliseconds