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

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
counter.h 8 locked_u64_t accumbytes; member in struct:counter_accum_s
24 &counter->accumbytes, bytes, interval);
thread_event.h 255 uint64_t accumbytes = tsd_thread_allocated_get(tsd) + usize - local
258 if (accumbytes < sample_wait) {
261 assert(accumbytes - sample_wait < (uint64_t)usize);
263 *surplus = (size_t)(accumbytes - sample_wait);
prof_structs.h 33 uint64_t accumbytes; member in struct:prof_cnt_s
  /src/external/bsd/jemalloc/include/jemalloc/internal/
counter.h 8 locked_u64_t accumbytes; member in struct:counter_accum_s
24 &counter->accumbytes, bytes, interval);
thread_event.h 255 uint64_t accumbytes = tsd_thread_allocated_get(tsd) + usize - local
258 if (accumbytes < sample_wait) {
261 assert(accumbytes - sample_wait < (uint64_t)usize);
263 *surplus = (size_t)(accumbytes - sample_wait);
prof_structs.h 33 uint64_t accumbytes; member in struct:prof_cnt_s
  /src/external/bsd/jemalloc/dist/src/
thread_event.c 255 uint64_t accumbytes = bytes_after - te_ctx_last_event_get(ctx); local
269 if (event_wait > accumbytes) { \
270 event_wait -= accumbytes; \
prof_data.c 652 uint64_t accumbytes; local
657 cnts->accumbytes_unbiased, &accumobjs, &accumbytes);
662 accumbytes = cnts->accumbytes;
666 curobjs, curbytes, accumobjs, accumbytes);
696 tdata->cnt_summed.accumbytes +=
697 tctx->dump_cnts.accumbytes;
721 gctx->cnt_summed.accumbytes += tctx->dump_cnts.accumbytes;
928 arg->cnt_all->accumbytes +
    [all...]
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
prof_structs.h 26 uint64_t accumbytes; member in struct:prof_accum_s
28 atomic_u64_t accumbytes;
37 uint64_t accumbytes; member in struct:prof_cnt_s
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
prof_structs.h 26 uint64_t accumbytes; member in struct:prof_accum_s
28 atomic_u64_t accumbytes;
37 uint64_t accumbytes; member in struct:prof_cnt_s

Completed in 33 milliseconds