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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.h29 __scudo_mallinfo_data_t fsmblks; member in struct:__scudo_mallinfo
H A Dwrappers_c.inc48 Info.fsmblks = static_cast<__scudo_mallinfo_data_t>(Stats[scudo::StatFree]);
53 Info.fordblks = Info.fsmblks;
/freebsd-13-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.h134 int fsmblks; /* space available in freed fastbin blocks */ member in struct:mallinfo
H A Dmalloc.c956 fsmblks: total bytes held in fastbin blocks
3932 mi.fsmblks = fastavail;

Completed in 73 milliseconds