Move repo contents in jemalloc/ to top level.

This commit is contained in:
Jason Evans
2011-03-31 20:36:17 -07:00
parent 64ba3d7cd9
commit 7427525c28
79 changed files with 0 additions and 0 deletions

6
test/jemalloc_test.h.in Normal file
View File

@@ -0,0 +1,6 @@
/*
* This header should be included by tests, rather than directly including
* jemalloc/jemalloc.h, because --with-install-suffix may cause the header to
* have a different name.
*/
#include "jemalloc/jemalloc@install_suffix@.h"