mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +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 |
||
---|---|---|
.. | ||
build | ||
gtest | ||
mozalloc | ||
replace | ||
volatile | ||
app.mozbuild | ||
moz.build | ||
moz.configure |