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 67 PROF_DUMP_BUFSIZE
771 if (prof_dump_buf_end == PROF_DUMP_BUFSIZE)
775 if (prof_dump_buf_end + slen <= PROF_DUMP_BUFSIZE) {
780 n = PROF_DUMP_BUFSIZE - prof_dump_buf_end;
987 if (prof_dump_buf_end == PROF_DUMP_BUFSIZE) {
996 PROF_DUMP_BUFSIZE - prof_dump_buf_end);
  /external/jemalloc/include/jemalloc/internal/
prof.h 33 #define PROF_DUMP_BUFSIZE 65536

Completed in 33 milliseconds