mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
505aa46f90
The base_node_alloc and base_node_dealloc are wrappers for the base allocator that allow to free memory (the base allocator doesn't support freeing memory), using a free list. They are dedicated to extent_node_t objects (the only ones we currently ever need to free). We're going to need to free other types of objects, so make this more generic. Differential Revision: https://phabricator.services.mozilla.com/D60634 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
fallback.cpp | ||
Makefile.in | ||
malloc_decls.h | ||
moz.build | ||
mozjemalloc_types.h | ||
mozjemalloc.cpp | ||
mozjemalloc.h | ||
mozmemory_wrap.cpp | ||
mozmemory_wrap.h | ||
mozmemory.h | ||
Mutex.h | ||
rb.h | ||
replace_malloc_bridge.h | ||
replace_malloc.h | ||
Utils.h | ||
zone.c |