gecko-dev/memory/build
Paul Bone 763f464a09 Bug 1743322 - Remove branches that decide how to divide r=glandium
This code path would choose from several ways about how to divide numbers.
By calculating the inverse of the divisor early we can elude all the
branches along this code path we can make it faster than the previous code
or naive division.

Differential Revision: https://phabricator.services.mozilla.com/D132322
2022-12-06 00:50:51 +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 1716727 - patchset #2 [2/2] Deexperimentalize stalling code r=glandium 2022-08-18 20:32:26 +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 1743322 - Remove branches that decide how to divide r=glandium 2022-12-06 00:50:51 +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 1716727 - patchset #3 [1/1] - Cleanup: remove intermediate function r=glandium 2022-08-25 14:44:47 +00:00
Mutex.cpp Bug 1784018 - Remove deprecated OSSpinLocks r=glandium 2022-08-24 09:18:57 +00:00
Mutex.h Bug 1797354 - Allow specifying capability type in thread-safety macros, r=jesup,media-playback-reviewers,alwu 2022-10-28 19:55:30 +00:00
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