зеркало из https://github.com/mozilla/gecko-dev.git
8cdad036f1
The files relevant to the memory allocator are currently spread between memory/mozjemalloc and memory/build, and the distinction was historically from sharing some Mozilla-specific things between mozjemalloc and jemalloc3. That distinction is not useful anymore, so we fold everything together. As we will likely rename the allocator at some point in the future, it is preferable to move away from the mozjemalloc directory rather than in its direction. --HG-- rename : memory/mozjemalloc/Makefile.in => memory/build/Makefile.in rename : memory/mozjemalloc/mozjemalloc.cpp => memory/build/mozjemalloc.cpp rename : memory/mozjemalloc/mozjemalloc.h => memory/build/mozjemalloc.h rename : memory/mozjemalloc/mozjemalloc_types.h => memory/build/mozjemalloc_types.h rename : memory/mozjemalloc/rb.h => memory/build/rb.h |
||
---|---|---|
.. | ||
build | ||
fallible | ||
gtest | ||
mozalloc | ||
replace | ||
volatile | ||
moz.build |