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

  /external/jemalloc/src/
prof.c 107 PROF_DUMP_BUFSIZE
1005 if (prof_dump_buf_end == PROF_DUMP_BUFSIZE)
1009 if (prof_dump_buf_end + slen <= PROF_DUMP_BUFSIZE) {
1014 n = PROF_DUMP_BUFSIZE - prof_dump_buf_end;
    [all...]
  /external/jemalloc/include/jemalloc/internal/
prof.h 30 #define PROF_DUMP_BUFSIZE 65536

Completed in 74 milliseconds