Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/memory/jemalloc/src/src/
H A Darena.c2130 size_t head_npages = (oldsize - newsize) >> LG_PAGE; in arena_run_trim_head() local
2146 pageind+head_npages-1))); in arena_run_trim_head()
2153 pageind+head_npages+tail_npages-1) == 0); in arena_run_trim_head()
2155 pageind+head_npages+tail_npages-1) == flag_dirty); in arena_run_trim_head()
2157 arena_mapbits_large_set(chunk, pageind+head_npages, newsize, in arena_run_trim_head()
2159 pageind+head_npages))); in arena_run_trim_head()
2171 size_t head_npages = newsize >> LG_PAGE; in arena_run_trim_tail() local
2189 pageind+head_npages-1))); in arena_run_trim_tail()
2196 pageind+head_npages+tail_npages-1) == 0); in arena_run_trim_tail()
2198 pageind+head_npages+tail_npages-1) == flag_dirty); in arena_run_trim_tail()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/memory/build/
H A Dmozjemalloc.cpp2642 size_t head_npages = (aOldSize - aNewSize) >> gPageSize2Pow; local
2650 aChunk->map[pageind + head_npages].bits =
/dports/lang/spidermonkey60/firefox-60.9.0/memory/build/
H A Dmozjemalloc.cpp2583 size_t head_npages = (aOldSize - aNewSize) >> gPageSize2Pow; local
2591 aChunk->map[pageind + head_npages].bits =
/dports/mail/thunderbird/thunderbird-91.8.0/memory/build/
H A Dmozjemalloc.cpp2642 size_t head_npages = (aOldSize - aNewSize) >> gPageSize2Pow; local
2650 aChunk->map[pageind + head_npages].bits =
/dports/lang/spidermonkey78/firefox-78.9.0/memory/build/
H A Dmozjemalloc.cpp2636 size_t head_npages = (aOldSize - aNewSize) >> gPageSize2Pow; local
2644 aChunk->map[pageind + head_npages].bits =
/dports/www/firefox/firefox-99.0/memory/build/
H A Dmozjemalloc.cpp2781 size_t head_npages = (aOldSize - aNewSize) >> gPageSize2Pow; local
2789 aChunk->map[pageind + head_npages].bits =
/dports/www/firefox-legacy/firefox-52.8.0esr/memory/mozjemalloc/
H A Djemalloc.c3912 size_t head_npages = (oldsize - newsize) >> pagesize_2pow; in arena_run_trim_head() local
3922 chunk->map[pageind+head_npages].bits = newsize | CHUNK_MAP_LARGE | in arena_run_trim_head()