Searched refs:allocs (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/usr/eclipseclp/Shm/src/
H A Dmemman.h172 allocs, member in struct:heap
H A Dalloc.c724 heap->allocs = 0;
747 if (++heap->allocs == alloc_stop)
1038 p_fprintf(current_err_, " #allocs = %d\n", heap->allocs);
/barrelfish-master/include/vm/
H A Duma_core.c3356 uint64_t allocs, frees, sleeps; local
3359 allocs = frees = sleeps = 0;
3367 allocs += cache->uc_allocs;
3370 allocs += z->uz_allocs;
3376 *allocsp = allocs;
3630 uint64_t allocs, frees, sleeps; local
3641 allocs = z->uz_allocs;
3646 uma_zone_sumstat(z, &cachefree, &allocs,
3655 (intmax_t)(allocs - frees), cachefree,
3656 (uintmax_t)allocs, sleep
3665 uint64_t allocs, frees; local
[all...]

Completed in 98 milliseconds