am 21cdd22f: Merge "Include <malloc.h> for struct mallinfo."

* commit '21cdd22f035efd50902b7780fc6ea53bd1684357':
  Include <malloc.h> for struct mallinfo.
This commit is contained in:
Elliott Hughes 2015-01-31 06:21:34 +00:00 committed by Android Git Automerger
commit d2d63740b7

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