base: Remove use of mallinfo for Musl

This commit is contained in:
klzgrad 2019-11-30 22:36:22 +08:00
parent 99cc4bf0d4
commit 9a904e27bf

View File

@ -217,6 +217,7 @@ bool MallocDumpProvider::OnMemoryDump(const MemoryDumpArgs& args,
&allocated_objects_count);
#elif defined(OS_FUCHSIA)
// TODO(fuchsia): Port, see https://crbug.com/706592.
#elif defined(__MUSL__)
#else
#if defined(__GLIBC__) && defined(__GLIBC_PREREQ)
#if __GLIBC_PREREQ(2, 33)