gecko-dev/xpcom/tests
Mike Hommey 8b7fc2dba5 Bug 1884054 - Stop wrapping HeapAlloc-family of functions. r=pbone
The functions were wrapped in bug 1280578 mainly for rust, which used
these functions for its global allocator. However, that use case went
away with bug 1514122, where we've set up our own global allocator for
rust that calls the malloc-family of functions directly instead.

Back in that bug, we left the HeapAlloc wrapping for other use cases,
but there are few of them left, but we're now hitting another problem,
where we actually do want to be able to HeapFree pointers that might
have been allocated by system libraries, and the wrapping is getting
on the way of this actually working.

Differential Revision: https://phabricator.services.mozilla.com/D205788
2024-03-28 04:02:03 +00:00
..
crashtests
gtest Bug 1884054 - Stop wrapping HeapAlloc-family of functions. r=pbone 2024-03-28 04:02:03 +00:00
unit Bug 1864896: Autofix unused function arguments (general). r=nika,jfkthame,ckerschb 2024-03-19 14:59:22 +00:00
windows
moz.build
NotXPCOMTest.idl
RegFactory.cpp
resources.h
SizeTest01.cpp
SizeTest02.cpp
SizeTest03.cpp
SizeTest04.cpp
SizeTest05.cpp
SizeTest06.cpp
test.properties
TestArguments.cpp
TestBlockingProcess.cpp
TestHarness.h
TestingAtomList.h
TestMemoryPressureWatcherLinux.cpp
TestPRIntN.cpp
TestQuickReturn.cpp
TestShutdown.cpp
TestStreamUtils.cpp
TestUnicodeArguments.cpp
TestWinReg.js