mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-02-19 16:33:19 +03:00
base: Remove use of mallinfo under Musl
This commit is contained in:
parent
ccfd48b40d
commit
e1e0e48475
@ -163,6 +163,7 @@ bool MallocDumpProvider::OnMemoryDump(const MemoryDumpArgs& args,
|
||||
}
|
||||
#elif defined(OS_FUCHSIA)
|
||||
// TODO(fuchsia): Port, see https://crbug.com/706592.
|
||||
#elif defined(__UCLIBC__)
|
||||
#else
|
||||
struct mallinfo info = mallinfo();
|
||||
// In case of Android's jemalloc |arena| is 0 and the outer pages size is
|
||||
|
Loading…
x
Reference in New Issue
Block a user