mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-09 04:02:11 +00:00
base: Remove use of mallinfo for Musl
This commit is contained in:
parent
7d5123fd8e
commit
b43c052baa
1 changed files with 1 additions and 0 deletions
|
@ -341,6 +341,7 @@ bool MallocDumpProvider::OnMemoryDump(const MemoryDumpArgs& args,
|
|||
&allocated_objects_count);
|
||||
#elif BUILDFLAG(IS_FUCHSIA)
|
||||
// TODO(fuchsia): Port, see https://crbug.com/706592.
|
||||
#elif defined(__MUSL__)
|
||||
#else
|
||||
ReportMallinfoStats(/*pmd=*/nullptr, &total_virtual_size, &resident_size,
|
||||
&allocated_objects_size, &allocated_objects_count);
|
||||
|
|
Loading…
Add table
Reference in a new issue