mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
trace_event: Remove use of mallinfo under Musl
This commit is contained in:
parent
969e620937
commit
44c09a4e59
@ -132,6 +132,7 @@ bool MallocDumpProvider::OnMemoryDump(const MemoryDumpArgs& args,
|
|||||||
}
|
}
|
||||||
#elif defined(OS_FUCHSIA)
|
#elif defined(OS_FUCHSIA)
|
||||||
// TODO(fuchsia): Port, see https://crbug.com/706592.
|
// TODO(fuchsia): Port, see https://crbug.com/706592.
|
||||||
|
#elif defined(__UCLIBC__)
|
||||||
#else
|
#else
|
||||||
struct mallinfo info = mallinfo();
|
struct mallinfo info = mallinfo();
|
||||||
#if !defined(ADDRESS_SANITIZER) && !defined(THREAD_SANITIZER)
|
#if !defined(ADDRESS_SANITIZER) && !defined(THREAD_SANITIZER)
|
||||||
|
Loading…
Reference in New Issue
Block a user