mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-10 04:30:56 +00:00
trace_event: Remove use of mallinfo under Musl
This commit is contained in:
parent
b204c37730
commit
12adb1c280
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,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();
|
||||
DCHECK_GE(info.arena + info.hblkhd, info.uordblks);
|
||||
|
|
Loading…
Add table
Reference in a new issue