gecko-dev/memory/mozjemalloc
Mike Hommey 938f8a3862 Bug 1396681 - Remove some typedefs in mozjemalloc. r=njn
Previously being a C codebase, mozjemalloc was using typedefs, avoiding
long "struct foo" uses. C++ doesn't need typedefs to achieve that, so we
can remove all that. We however keep a few typedefs in headers that are
still included from other C source files.

--HG--
extra : rebase_source : d0d807bcb76078c0ce36e4554b10803bfb36ddbb
2017-09-02 08:15:39 +09:00
..
Makefile.in Bug 1363992 - Remove support for making jemalloc4 the default. r=njn 2017-05-11 13:16:00 +09:00
linkedlist.h Bug 1396681 - Remove some typedefs in mozjemalloc. r=njn 2017-09-02 08:15:39 +09:00
moz.build Bug 1387572 - Silent the -Wuninitialized warning r=glandium 2017-08-04 21:51:18 +02:00
mozjemalloc.cpp Bug 1396681 - Remove some typedefs in mozjemalloc. r=njn 2017-09-02 08:15:39 +09:00
mozjemalloc.h Bug 1395776 - Fold replace-malloc into mozjemalloc. r=njn 2017-08-31 12:02:01 +09:00
mozjemalloc_types.h Bug 1389305 (attempt 2) - Add jemalloc_ptr_info() and moz_malloc_enclosing_size_of(). r=glandium. 2017-09-01 11:52:23 +10:00
rb.h Bug 1378278 - Use nullptr in mozjemalloc. r=njn 2017-07-05 14:02:50 +09:00