gecko-dev/memory/build
Paul Bone 1a20d57362 Bug 1735250 - Provide a less-magic array size for jemalloc_stats r=glandium
jemalloc_stats takes an array for its second argument.  It expects this
array to have enough space for all the bins, previously the maximum was set
as a magic number.  To make it dependent on the configured bins this patch
replaces the compile-time constant with a function.

Differential Revision: https://phabricator.services.mozilla.com/D127761
2021-10-21 06:42:34 +00:00
..
fallback.cpp
Makefile.in
malloc_decls.h Bug 1735250 - Provide a less-magic array size for jemalloc_stats r=glandium 2021-10-21 06:42:34 +00:00
moz.build Bug 1725145 - Preparation for the hybrid build env. r=necko-reviewers,firefox-build-system-reviewers,valentin,glandium 2021-08-25 10:46:17 +00:00
mozjemalloc_types.h Bug 1735250 - Provide a less-magic array size for jemalloc_stats r=glandium 2021-10-21 06:42:34 +00:00
mozjemalloc.cpp Bug 1735250 - Provide a less-magic array size for jemalloc_stats r=glandium 2021-10-21 06:42:34 +00:00
mozjemalloc.h
mozmemory_wrap.cpp
mozmemory_wrap.h Bug 1735250 - Provide a less-magic array size for jemalloc_stats r=glandium 2021-10-21 06:42:34 +00:00
mozmemory.h Bug 1735250 - Provide a less-magic array size for jemalloc_stats r=glandium 2021-10-21 06:42:34 +00:00
Mutex.h
rb.h
replace_malloc_bridge.h
replace_malloc.h
Utils.h Bug 1735715 - Handle gMaxSubPageClass == 0 properly r=glandium 2021-10-21 06:03:45 +00:00
zone.c