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

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
prof_externs.h 145 uint64_t accumbytes = tsd_thread_allocated_get(tsd) + usize local
148 if (accumbytes < sample_wait) {
151 assert(accumbytes - sample_wait < (uint64_t)usize);
153 *surplus = (size_t)(accumbytes - sample_wait);
counter.h 10 locked_u64_t accumbytes; member in struct:counter_accum_s
26 &counter->accumbytes, bytes, interval);
prof_structs.h 34 uint64_t accumbytes; member in struct:prof_cnt_s
  /src/external/bsd/jemalloc/include/jemalloc/internal/
prof_externs.h 145 uint64_t accumbytes = tsd_thread_allocated_get(tsd) + usize local
148 if (accumbytes < sample_wait) {
151 assert(accumbytes - sample_wait < (uint64_t)usize);
153 *surplus = (size_t)(accumbytes - sample_wait);
counter.h 10 locked_u64_t accumbytes; member in struct:counter_accum_s
26 &counter->accumbytes, bytes, interval);
prof_structs.h 34 uint64_t accumbytes; member in struct:prof_cnt_s
  /src/external/bsd/jemalloc.old/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.old/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.old/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/dist/src/
thread_event.c 218 te_update_wait(tsd_t *tsd, uint64_t accumbytes, bool allow, uint64_t *ev_wait,
221 if (*ev_wait > accumbytes) {
222 *ev_wait -= accumbytes;
242 uint64_t accumbytes, bool allow, uint64_t *wait) {
253 if (te_update_wait(tsd, accumbytes, allow,
265 if (te_update_wait(tsd, accumbytes, allow,
274 if (te_update_wait(tsd, accumbytes, allow,
288 if (te_update_wait(tsd, accumbytes, allow, &waits[te_alloc_peak], wait,
301 if (te_update_wait(tsd, accumbytes, allow, &waits[ue],
313 uint64_t accumbytes, bool allow, uint64_t *wait)
355 uint64_t accumbytes = bytes_after - te_ctx_last_event_get(ctx); local
    [all...]
prof_data.c 626 uint64_t accumbytes; local
631 cnts->accumbytes_unbiased, &accumobjs, &accumbytes);
636 accumbytes = cnts->accumbytes;
640 curbytes, accumobjs, accumbytes);
670 tdata->cnt_summed.accumbytes +=
671 tctx->dump_cnts.accumbytes;
695 gctx->cnt_summed.accumbytes += tctx->dump_cnts.accumbytes;
903 arg->cnt_all->accumbytes +
    [all...]

Completed in 34 milliseconds