Home
last modified time | relevance | path

Searched refs:huge_allocated (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/memory/jemalloc/src/src/
H A Dstats.c330 size_t huge_allocated; in stats_arena_print() local
469 CTL_M2_GET("stats.arenas.0.huge.allocated", i, &huge_allocated, size_t); in stats_arena_print()
479 "\t\t\t\t\t\"allocated\": %zu,\n", huge_allocated); in stats_arena_print()
493 huge_allocated, huge_nmalloc, huge_ndalloc, huge_nrequests); in stats_arena_print()
497 small_allocated + large_allocated + huge_allocated, in stats_arena_print()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/stdlib/
H A Djemalloc.c740 static size_t huge_allocated; variable
2832 huge_allocated += csize; in huge_malloc()
2912 huge_allocated += chunk_size; in huge_palloc()
2994 huge_allocated += newcsize - oldcsize; in huge_ralloc()
3063 huge_allocated -= node->size; in huge_dalloc()
3353 allocated += huge_allocated; in malloc_print_stats()
3386 huge_allocated); in malloc_print_stats()
3691 huge_allocated = 0; in malloc_init_hard()
/dports/www/firefox-legacy/firefox-52.8.0esr/memory/mozjemalloc/
H A Djemalloc.c1245 static size_t huge_allocated; variable
5123 huge_allocated += psize; in huge_palloc()
5184 huge_allocated -= oldsize - psize; in huge_ralloc()
5211 huge_allocated += psize - oldsize; in huge_ralloc()
5264 huge_allocated -= node->size; in huge_dalloc()
5476 allocated += huge_allocated; in malloc_print_stats()
5502 huge_nmalloc, huge_ndalloc, huge_allocated); in malloc_print_stats()
5505 huge_nmalloc, huge_ndalloc, huge_allocated); in malloc_print_stats()
5914 huge_allocated = 0; in malloc_init_hard()
6610 stats->allocated += huge_allocated; in jemalloc_stats_impl()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/memory/build/
H A Dmozjemalloc.cpp1149 static size_t huge_allocated; variable
3715 huge_allocated += psize;
3751 huge_allocated -= aOldSize - psize;
3770 huge_allocated += psize - aOldSize;
3821 huge_allocated -= node->mSize;
3972 huge_allocated = 0;
4263 aStats->allocated += huge_allocated;
4264 MOZ_ASSERT(huge_mapped >= huge_allocated);
/dports/lang/spidermonkey60/firefox-60.9.0/memory/build/
H A Dmozjemalloc.cpp1121 static size_t huge_allocated; variable
3563 huge_allocated += psize;
3608 huge_allocated -= aOldSize - psize;
3633 huge_allocated += psize - aOldSize;
3680 huge_allocated -= node->mSize;
3823 huge_allocated = 0;
4113 aStats->allocated += huge_allocated;
4114 MOZ_ASSERT(huge_mapped >= huge_allocated);
/dports/mail/thunderbird/thunderbird-91.8.0/memory/build/
H A Dmozjemalloc.cpp1149 static size_t huge_allocated; variable
3715 huge_allocated += psize;
3751 huge_allocated -= aOldSize - psize;
3770 huge_allocated += psize - aOldSize;
3821 huge_allocated -= node->mSize;
3972 huge_allocated = 0;
4263 aStats->allocated += huge_allocated;
4264 MOZ_ASSERT(huge_mapped >= huge_allocated);
/dports/lang/spidermonkey78/firefox-78.9.0/memory/build/
H A Dmozjemalloc.cpp1141 static size_t huge_allocated; variable
3723 huge_allocated += psize;
3759 huge_allocated -= aOldSize - psize;
3778 huge_allocated += psize - aOldSize;
3829 huge_allocated -= node->mSize;
3978 huge_allocated = 0;
4267 aStats->allocated += huge_allocated;
4268 MOZ_ASSERT(huge_mapped >= huge_allocated);
/dports/www/firefox/firefox-99.0/memory/build/
H A Dmozjemalloc.cpp1241 static size_t huge_allocated; variable
3864 huge_allocated += psize;
3900 huge_allocated -= aOldSize - psize;
3919 huge_allocated += psize - aOldSize;
3970 huge_allocated -= node->mSize;
4126 huge_allocated = 0;
4417 aStats->allocated += huge_allocated;
4418 MOZ_ASSERT(huge_mapped >= huge_allocated);