Searched refs:__scudo_mallinfo_data_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.h17 typedef size_t __scudo_mallinfo_data_t; typedef
19 typedef int __scudo_mallinfo_data_t; typedef
23 __scudo_mallinfo_data_t arena;
24 __scudo_mallinfo_data_t ordblks;
25 __scudo_mallinfo_data_t smblks;
26 __scudo_mallinfo_data_t hblks;
27 __scudo_mallinfo_data_t hblkhd;
28 __scudo_mallinfo_data_t usmblks;
29 __scudo_mallinfo_data_t fsmblks;
30 __scudo_mallinfo_data_t uordblk
[all...]
H A Dwrappers_c.inc76 Info.hblkhd = static_cast<__scudo_mallinfo_data_t>(Stats[scudo::StatMapped]);
80 Info.fsmblks = static_cast<__scudo_mallinfo_data_t>(Stats[scudo::StatFree]);
83 static_cast<__scudo_mallinfo_data_t>(Stats[scudo::StatAllocated]);

Completed in 103 milliseconds