| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| prof_inlines_a.h | 7 prof_accum_add(tsdn_t *tsdn, prof_accum_t *prof_accum, uint64_t accumbytes) { 20 a0 = atomic_load_u64(&prof_accum->accumbytes, ATOMIC_RELAXED); 22 a1 = a0 + accumbytes; 28 } while (!atomic_compare_exchange_weak_u64(&prof_accum->accumbytes, &a0, 32 a0 = prof_accum->accumbytes; 33 a1 = a0 + accumbytes; 38 prof_accum->accumbytes = a1; 56 a0 = atomic_load_u64(&prof_accum->accumbytes, ATOMIC_RELAXED); 60 } while (!atomic_compare_exchange_weak_u64(&prof_accum->accumbytes, &a0, 64 a0 = prof_accum->accumbytes; [all...] |
| 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/include/jemalloc/internal/ |
| prof_inlines_a.h | 7 prof_accum_add(tsdn_t *tsdn, prof_accum_t *prof_accum, uint64_t accumbytes) { 20 a0 = atomic_load_u64(&prof_accum->accumbytes, ATOMIC_RELAXED); 22 a1 = a0 + accumbytes; 28 } while (!atomic_compare_exchange_weak_u64(&prof_accum->accumbytes, &a0, 32 a0 = prof_accum->accumbytes; 33 a1 = a0 + accumbytes; 38 prof_accum->accumbytes = a1; 56 a0 = atomic_load_u64(&prof_accum->accumbytes, ATOMIC_RELAXED); 60 } while (!atomic_compare_exchange_weak_u64(&prof_accum->accumbytes, &a0, 64 a0 = prof_accum->accumbytes; [all...] |
| 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/ |
| prof_inlines_a.h | 7 prof_accum_add(tsdn_t *tsdn, prof_accum_t *prof_accum, uint64_t accumbytes) { 20 a0 = atomic_load_u64(&prof_accum->accumbytes, ATOMIC_RELAXED); 22 a1 = a0 + accumbytes; 28 } while (!atomic_compare_exchange_weak_u64(&prof_accum->accumbytes, &a0, 32 a0 = prof_accum->accumbytes; 33 a1 = a0 + accumbytes; 38 prof_accum->accumbytes = a1; 56 a0 = atomic_load_u64(&prof_accum->accumbytes, ATOMIC_RELAXED); 60 } while (!atomic_compare_exchange_weak_u64(&prof_accum->accumbytes, &a0, 64 a0 = prof_accum->accumbytes; [all...] |
| 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/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/ |
| counter.c | 12 locked_init_u64_unsynchronized(&counter->accumbytes, 0);
|
| 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...] |
| prof.c | 133 tctx->cnts.accumbytes += usize;
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| counter.c | 12 locked_init_u64_unsynchronized(&counter->accumbytes, 0);
|
| 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...] |
| prof.c | 133 tctx->cnts.accumbytes += usize;
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| counter.c | 30 uint64_t accum = locked_read_u64_unsynchronized(&c->accumbytes);
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| counter.c | 30 uint64_t accum = locked_read_u64_unsynchronized(&c->accumbytes);
|