Searched refs:__scudo_mallinfo_data_t (Results 1 – 2 of 2) sorted by relevance
17 typedef size_t __scudo_mallinfo_data_t; typedef19 typedef int __scudo_mallinfo_data_t; typedef23 __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 uordblks;[all …]
76 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]);