gecko-dev/memory
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
..
build Bug 1885466 - Rename jemalloc_stats::page_cache to pages_dirty r=glandium 2024-03-28 02:41:09 +00:00
gtest Bug 1864828 - pt 1. Move operators to create literals with units into mfbt/ r=glandium 2023-12-11 11:01:33 +00:00
mozalloc Bug 1884054 - Stop wrapping HeapAlloc-family of functions. r=pbone 2024-03-28 04:02:03 +00:00
mozjemalloc_info
replace Bug 1885466 - Rename jemalloc_stats::page_cache to pages_dirty r=glandium 2024-03-28 02:41:09 +00:00
volatile Bug 1844908 - Remove pre-Win10-specific codepath from memory/. r=glandium 2023-07-26 08:52:51 +00:00
app.mozbuild Bug 1677775 - reformat .mozbuild files with Black r=linter-reviewers,geckoview-reviewers,firefox-build-system-reviewers,ahal,glandium,owlish,sylvestre 2023-12-08 04:26:45 +00:00
moz.build
moz.configure