HomeSort by: relevance | last modified time | path
    Searched defs:total_deallocs (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/jemalloc/dist/test/stress/pa/
pa_microbench.c 411 uint64_t total_allocs = 0, total_deallocs = 0; local
489 total_deallocs++;
506 printf(" Total deallocations: %lu\n", total_deallocs);
508 printf(" Active allocations: %lu\n", g_alloc_counter - total_deallocs);

Completed in 80 milliseconds