Home
last modified time | relevance | path

Searched refs:nrun_size (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/memory/jemalloc/src/src/
H A Darena.c1950 size_t nrun_size = arena_mapbits_unallocated_size_get(chunk, in arena_run_coalesce() local
1952 size_t nrun_pages = nrun_size >> LG_PAGE; in arena_run_coalesce()
1959 run_ind+run_pages+nrun_pages-1) == nrun_size); in arena_run_coalesce()
1975 size += nrun_size; in arena_run_coalesce()
/dports/www/firefox-esr/firefox-91.8.0/memory/build/
H A Dmozjemalloc.cpp2585 size_t nrun_size = chunk->map[run_ind + run_pages].bits & ~gPageSizeMask; local
2591 size += nrun_size;
2595 ~gPageSizeMask) == nrun_size);
/dports/lang/spidermonkey60/firefox-60.9.0/memory/build/
H A Dmozjemalloc.cpp2526 size_t nrun_size = chunk->map[run_ind + run_pages].bits & ~gPageSizeMask; local
2532 size += nrun_size;
2536 ~gPageSizeMask) == nrun_size);
/dports/mail/thunderbird/thunderbird-91.8.0/memory/build/
H A Dmozjemalloc.cpp2585 size_t nrun_size = chunk->map[run_ind + run_pages].bits & ~gPageSizeMask; local
2591 size += nrun_size;
2595 ~gPageSizeMask) == nrun_size);
/dports/lang/spidermonkey78/firefox-78.9.0/memory/build/
H A Dmozjemalloc.cpp2579 size_t nrun_size = chunk->map[run_ind + run_pages].bits & ~gPageSizeMask; local
2585 size += nrun_size;
2589 ~gPageSizeMask) == nrun_size);
/dports/www/firefox/firefox-99.0/memory/build/
H A Dmozjemalloc.cpp2724 size_t nrun_size = chunk->map[run_ind + run_pages].bits & ~gPageSizeMask; local
2730 size += nrun_size;
2734 ~gPageSizeMask) == nrun_size);
/dports/www/firefox-legacy/firefox-52.8.0esr/memory/mozjemalloc/
H A Djemalloc.c3848 size_t nrun_size = chunk->map[run_ind+run_pages].bits & in arena_run_dalloc() local
3858 size += nrun_size; in arena_run_dalloc()
3862 == nrun_size); in arena_run_dalloc()