Home
last modified time | relevance | path

Searched refs:ScopedString (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.h19 class ScopedString {
21 explicit ScopedString() { String.push_back('\0'); } in ScopedString() function
H A Dstring_utils.cpp243 void ScopedString::vappend(const char *Format, va_list Args) { in vappend()
261 void ScopedString::append(const char *Format, ...) { in append()
271 ScopedString Msg; in Printf()
H A Dtiming.h159 ScopedString Str; in printAllImpl()
171 void printImpl(ScopedString &Str, const u32 HandleId,
H A Dsecondary.h112 void getStats(UNUSED ScopedString *Str) { in getStats()
156 void getStats(ScopedString *Str) { in getStats()
533 void getStats(ScopedString *Str);
695 void MapAllocator<Config>::getStats(ScopedString *Str) EXCLUDES(Mutex) { in getStats()
H A Dquarantine.h130 void getStats(ScopedString *Str) const { in getStats()
228 void getStats(ScopedString *Str) EXCLUDES(CacheMutex) { in getStats()
H A Dreport.cpp30 ScopedString Message;
H A Dtsd_exclusive.h118 void getStats(ScopedString *Str) { in getStats()
H A Dprimary32.h315 void getStats(ScopedString *Str) { in getStats()
337 void getFragmentationInfo(ScopedString *Str) { in getFragmentationInfo()
870 void getStats(ScopedString *Str, uptr ClassId, SizeClassInfo *Sci) in getStats()
895 ScopedString *Str) REQUIRES(Sci->Mutex) { in getSizeClassFragmentationInfo()
H A Dlocal_cache.h107 void getStats(ScopedString *Str) { in getStats()
H A Dtsd_shared.h116 void getStats(ScopedString *Str) EXCLUDES(MutexTSDs) { in getStats()
H A Dprimary64.h375 void getStats(ScopedString *Str) { in getStats()
405 void getFragmentationInfo(ScopedString *Str) { in getFragmentationInfo()
1068 void getStats(ScopedString *Str, uptr ClassId, RegionInfo *Region) in getStats()
1098 ScopedString *Str) REQUIRES(Region->MMLock) { in getRegionFragmentationInfo()
H A Dcombined.h714 ScopedString Str; in getStats()
726 ScopedString Str; in printStats()
732 ScopedString Str; in printFragmentationInfo()
1470 uptr getStats(ScopedString *Str) { in getStats()
H A Dsize_class_map.h305 ScopedString Buffer; in printMap()