mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
707bc83a01
This effectively means malloc_hook_table_t is now C++ only, which is not a big problem. This also makes some functions use a return construct with functions that don't return a value (such as free). While that is not allowed in ISO C, it's allowed in C++, so the simplification is welcome (although, retrospectively, it turns out C compilers don't complain about it without -pedantic). --HG-- extra : rebase_source : defd88ca3f6d478e61a4b970393dba60fb6ca81d |
||
---|---|---|
.. | ||
Makefile.in | ||
malloc_decls.h | ||
moz.build | ||
mozjemalloc_types.h | ||
mozjemalloc.cpp | ||
mozjemalloc.h | ||
mozmemory_wrap.cpp | ||
mozmemory_wrap.h | ||
mozmemory.h | ||
rb.h | ||
replace_malloc_bridge.h | ||
replace_malloc.h | ||
zone.c |