Change mallinfo field type to int as per system malloc.h

Signed-off-by: Andras Slemmer <andras.slemmer@r3cev.com>
This commit is contained in:
Andras Slemmer 2017-01-27 11:36:26 +00:00
parent d89c9abfd2
commit 24dc91d77c

View File

@ -733,7 +733,7 @@ typedef int LONG;
#define NO_MALLINFO 0
#endif /* NO_MALLINFO */
#ifndef MALLINFO_FIELD_TYPE
#define MALLINFO_FIELD_TYPE size_t
#define MALLINFO_FIELD_TYPE int
#endif /* MALLINFO_FIELD_TYPE */
#ifndef NO_MALLOC_STATS
#define NO_MALLOC_STATS 0