HomeSort by: relevance | last modified time | path
    Searched refs:DUMP_OUT_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/test/unit/
prof_recent.c 344 #define DUMP_OUT_SIZE 4096
345 static char dump_out[DUMP_OUT_SIZE];
351 assert(dump_out_len + len < DUMP_OUT_SIZE);
554 #undef DUMP_OUT_SIZE
  /src/external/bsd/jemalloc/dist/test/unit/
prof_recent.c 360 #define DUMP_OUT_SIZE 4096
361 static char dump_out[DUMP_OUT_SIZE];
367 assert(dump_out_len + len < DUMP_OUT_SIZE);
575 #undef DUMP_OUT_SIZE

Completed in 28 milliseconds