Open
Bug 1791095
Opened 3 years ago
Have searchfox's C++ indexing/analysis reflect libmozalloc's custom new operators in cxxalloc.h and related malloc replacement machinery
Categories
(Webtools :: Searchfox, enhancement)
Webtools
Searchfox
Tracking
(Not tracked)
NEW
People
(Reporter: asuth, Unassigned)
Details
An interesting discussion about gecko's replacement of new via https://searchfox.org/mozilla-central/source/memory/mozalloc/cxxalloc.h just happened in https://chat.mozilla.org/#/room/#xpcom:mozilla.org and it seems like searchfox could help make our use of a custom/overloaded new more obvious by ensuring if you click on new we can help clarify what new you're using!
You need to log in
before you can comment on or make changes to this bug.
Description
•