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

  /src/external/bsd/jemalloc/dist/test/stress/pa/
pa_microbench.c 66 static size_t g_alloc_counter = 0; /* Global allocation counter */ variable
449 g_alloc_records[g_alloc_counter].edata = edata;
450 g_alloc_records[g_alloc_counter].size = size;
451 g_alloc_records[g_alloc_counter].shard_ind =
453 g_alloc_records[g_alloc_counter].active = true;
454 g_alloc_counter++;
468 if (alloc_index < g_alloc_counter
508 printf(" Active allocations: %lu\n", g_alloc_counter - total_deallocs);
530 for (size_t i = 0; i < g_alloc_counter; i++) {

Completed in 65 milliseconds