Searched defs:curbytes (Results 1 - 2 of 2) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dquarantine.h20 size_t curbytes; member in struct:quarantine_s
H A Dprof.h81 int64_t curbytes; member in struct:prof_cnt_s
372 cnt->cnts.curbytes += usize;
444 old_ctx->cnt_merged.curbytes -= old_usize;
463 told_cnt->cnts.curbytes -= old_usize;
467 cnt->cnts.curbytes += usize;
502 tcnt->cnts.curbytes -= size;
517 ctx->cnt_merged.curbytes -= size;

Completed in 2118 milliseconds