Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp20 void ScopedString::appendNumber(u64 AbsoluteValue, u8 Base, u8 MinNumberLength, in appendNumber()
61 void ScopedString::appendUnsigned(u64 Num, u8 Base, u8 MinNumberLength, in appendUnsigned()
67 void ScopedString::appendSignedDecimal(s64 Num, u8 MinNumberLength, in appendSignedDecimal()
82 void ScopedString::appendString(int Width, int MaxChars, const char *S) { in appendString()
100 void ScopedString::appendPointer(u64 ptr_value) { in appendPointer()
107 void ScopedString::vappend(const char *Format, va_list &Args) { in vappend()
225 void ScopedString::append(const char *Format, ...) { in append()
235 ScopedString Msg; in Printf()
H A Dreport_linux.cpp27 ScopedString Error; in reportMapError()
37 ScopedString Error; in reportUnmapError()
45 ScopedString Error; in reportProtectError()
H A Dtiming.h152 ScopedString Str; in report()
159 ScopedString Str; in printAll()
164 void getAll(ScopedString &Str) EXCLUDES(Mutex) { in getAll()
170 void getAllImpl(ScopedString &Str) REQUIRES(Mutex) { in getAllImpl()
183 void getImpl(ScopedString &Str, const u32 HandleId, const u32 ExtraIndent = 0)
H A Dstring_utils.h19 class ScopedString {
21 explicit ScopedString() { String.push_back('\0'); } in ScopedString() function
H A Dquarantine.h130 void getStats(ScopedString *Str) const { in getStats()
228 void getStats(ScopedString *Str) EXCLUDES(CacheMutex) { in getStats()
H A Dsecondary.h112 void getStats(UNUSED ScopedString *Str) { in getStats()
176 void getStats(ScopedString *Str) { in getStats()
559 void getStats(ScopedString *Str);
721 void MapAllocator<Config>::getStats(ScopedString *Str) EXCLUDES(Mutex) { in getStats()
H A Dreport.cpp30 ScopedString Message; in ~ScopedErrorReport()
54 // Generic fatal error message without ScopedString. in reportCheckFailed()
H A Dtsd_exclusive.h126 void getStats(ScopedString *Str) { in getStats()
H A Dprimary32.h301 void getStats(ScopedString *Str) { in getStats()
323 void getFragmentationInfo(ScopedString *Str) { in getFragmentationInfo()
877 void getStats(ScopedString *Str, uptr ClassId, SizeClassInfo *Sci) in getStats()
902 ScopedString *Str) REQUIRES(Sci->Mutex) { in getSizeClassFragmentationInfo()
H A Dfuchsia.cpp37 ScopedString Error; in dieOnError()
H A Dtsd_shared.h117 void getStats(ScopedString *Str) EXCLUDES(MutexTSDs) { in getStats()
H A Dmem_map_fuchsia.cpp25 ScopedString Error; in dieOnError()
H A Dlocal_cache.h107 void getStats(ScopedString *Str) { in allocate()
H A Dcombined.h632 ScopedString Str; in getStats()
644 ScopedString Str; in printStats()
650 ScopedString Str; in printFragmentationInfo()
1623 uptr getStats(ScopedString *Str) { in getStats()
H A Dprimary64.h355 void getStats(ScopedString *Str) { in getStats()
386 void getFragmentationInfo(ScopedString *Str) { in getFragmentationInfo()
1121 void getStats(ScopedString *Str, uptr ClassId, RegionInfo *Region) in getStats()
1151 ScopedString *Str) REQUIRES(Region->MMLock) { in getRegionFragmentationInfo()
H A Dsize_class_map.h305 ScopedString Buffer;