Move platform headers and tricks from jemalloc_internal.h.in to a new jemalloc_internal_decls.h header

This commit is contained in:
Mike Hommey
2014-05-28 12:39:13 +09:00
committed by Jason Evans
parent affe009e37
commit 12f74e680c
4 changed files with 60 additions and 56 deletions

View File

@@ -1,4 +1,5 @@
#include "jemalloc/internal/jemalloc_internal_defs.h"
#include "jemalloc/internal/jemalloc_internal_decls.h"
/* For use by SFMT. */
#undef HAVE_SSE2