Merge "Include <malloc.h> for struct mallinfo."

This commit is contained in:
Elliott Hughes 2015-01-31 04:37:10 +00:00 committed by Gerrit Code Review
commit 21cdd22f03

View File

@ -18,6 +18,7 @@
#define LIBC_BIONIC_JEMALLOC_H_
#include <jemalloc/jemalloc.h>
#include <malloc.h> // For struct mallinfo.
// Need to wrap memalign since je_memalign fails on non-power of 2 alignments.
#define je_memalign je_memalign_round_up_boundary