Replace fprintf with malloc_printf in tests.

This commit is contained in:
Mike Hommey
2012-04-16 16:30:26 +02:00
committed by Jason Evans
parent fa08da752b
commit 45f208e112
12 changed files with 108 additions and 108 deletions

View File

@@ -1,3 +1,5 @@
#ifndef JEMALLOC_INTERNAL_H
#define JEMALLOC_INTERNAL_H
#include <sys/mman.h>
#include <sys/param.h>
#include <sys/syscall.h>
@@ -868,3 +870,4 @@ malloc_tsd_funcs(JEMALLOC_INLINE, thread_allocated, thread_allocated_t,
#undef JEMALLOC_H_INLINES
/******************************************************************************/
#endif /* JEMALLOC_INTERNAL_H */