David Goldblatt 743d940dc3 Header refactoring: Split up jemalloc_internal.h
This is a biggy.  jemalloc_internal.h has been doing multiple jobs for a while
now:
- The source of system-wide definitions.
- The catch-all include file.
- The module header file for jemalloc.c

This commit splits up this functionality.  The system-wide definitions
responsibility has moved to jemalloc_preamble.h.  The catch-all include file is
now jemalloc_internal_includes.h.  The module headers for jemalloc.c are now in
jemalloc_internal_[externs|inlines|types].h, just as they are for the other
modules.
2017-04-11 11:52:30 -07:00
..
2016-11-02 18:09:45 -07:00
2014-02-26 10:19:18 -08:00
2013-12-10 14:35:34 -08:00
2017-01-20 21:43:07 -08:00
2017-04-07 14:10:27 -07:00
2014-12-08 16:34:04 -08:00
2016-02-23 18:55:45 -08:00