Revert "Backing this one out since the counterpart needs to be sent upstream."

This reverts commit a04d2bc28e.

Change-Id: I1b49165ca5d4bafdba7948818256a6167a363aca
This commit is contained in:
Dan Albert
2014-06-14 01:04:31 +00:00
parent a04d2bc28e
commit e5fdaa4f9d
6 changed files with 56 additions and 8 deletions

View File

@@ -35,9 +35,6 @@ extern void free(void* p);
extern void* memalign(size_t alignment, size_t byte_count) __mallocfunc __wur __attribute__((alloc_size(2)));
extern size_t malloc_usable_size(const void* p);
extern void* valloc(size_t byte_count) __mallocfunc __wur __attribute__((alloc_size(1)));
extern void* pvalloc(size_t byte_count) __mallocfunc __wur __attribute__((alloc_size(1)));
#ifndef STRUCT_MALLINFO_DECLARED
#define STRUCT_MALLINFO_DECLARED 1
struct mallinfo {