зеркало из https://github.com/mozilla/gecko-dev.git
1a20d57362
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 |
||
---|---|---|
.. | ||
Makefile.in | ||
Mutex.h | ||
Utils.h | ||
fallback.cpp | ||
malloc_decls.h | ||
moz.build | ||
mozjemalloc.cpp | ||
mozjemalloc.h | ||
mozjemalloc_types.h | ||
mozmemory.h | ||
mozmemory_wrap.cpp | ||
mozmemory_wrap.h | ||
rb.h | ||
replace_malloc.h | ||
replace_malloc_bridge.h | ||
zone.c |