Searched refs:old_ndirty (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/jemalloc/chromium/ |
D | jemalloc.c | 3243 size_t old_ndirty, run_ind, total_pages, need_pages, rem_pages, i; local 3246 old_ndirty = chunk->ndirty; 3342 if (chunk->ndirty == 0 && old_ndirty > 0)
|
/external/chromium_org/third_party/jemalloc/vendor/ |
D | jemalloc.c | 3232 size_t old_ndirty, run_ind, total_pages, need_pages, rem_pages, i; local 3235 old_ndirty = chunk->ndirty; 3331 if (chunk->ndirty == 0 && old_ndirty > 0)
|