gecko-dev/memory/replace/dmd
Nicholas Nethercote 6141e31ef4 Bug 1479954 - Rename Hash{Set,Map}::sizeOf{In,Ex}cludingThis(). r=luke
In PLDHashTable the equivalent functions have a "Shallow" prefix, which makes
it clear that they don't measure things hanging off the table. This patch makes
mozilla::Hash{Set,Map} do likewise.

MozReview-Commit-ID: 3kwCJynhW7d

--HG--
extra : rebase_source : 9c03d11f376a9fd4cfd5cfcdc0c446c00633b210
2018-08-01 09:57:52 +10:00
..
test Bug 1464869 - Fix flake8/pep8 issue by hand in memory/ r=njn 2018-05-25 23:27:02 -07:00
block_analyzer.py Bug 1464869 - Fix flake8/pep8 issue by hand in memory/ r=njn 2018-05-25 23:27:02 -07:00
DMD.cpp Bug 1479954 - Rename Hash{Set,Map}::sizeOf{In,Ex}cludingThis(). r=luke 2018-08-01 09:57:52 +10:00
DMD.h Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
dmd.py Bug 1470268 - Add allocation filter to dmd.py. r=njn 2018-06-20 13:11:50 -07:00
moz.build Bug 1423512 - Remove unnecessary XPCOM_GLUE define in DMD. r=njn 2017-12-06 09:52:55 +09:00
README

This is DMD.  See https://wiki.mozilla.org/Performance/MemShrink/DMD for
details on how to use it.