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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.h29 __scudo_mallinfo_data_t fsmblks; member in struct:__scudo_mallinfo
42 size_t fsmblks; member in struct:__scudo_mallinfo2
H A Dwrappers_c.inc80 Info.fsmblks = static_cast<__scudo_mallinfo_data_t>(Stats[scudo::StatFree]);
85 Info.fordblks = Info.fsmblks;
100 Info.fsmblks = Stats[scudo::StatFree];
104 Info.fordblks = Info.fsmblks;

Completed in 106 milliseconds