Searched refs:ScopedString (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | string_utils.cpp | 20 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 D | report_linux.cpp | 27 ScopedString Error; in reportMapError() 37 ScopedString Error; in reportUnmapError() 45 ScopedString Error; in reportProtectError()
|
| H A D | timing.h | 156 ScopedString Str; in report() 163 ScopedString Str; in printAll() 168 void getAll(ScopedString &Str) EXCLUDES(Mutex) { in getAll() 174 void getAllImpl(ScopedString &Str) REQUIRES(Mutex) { in getAllImpl() 187 void getImpl(ScopedString &Str, const u32 HandleId, const u32 ExtraIndent = 0)
|
| H A D | string_utils.h | 19 class ScopedString { 21 explicit ScopedString() { String.push_back('\0'); } in ScopedString() function
|
| H A D | primary32.h | 120 void getStats(ScopedString *Str); 121 void getFragmentationInfo(ScopedString *Str); 122 void getMemoryGroupFragmentationInfo(ScopedString *Str) { in getMemoryGroupFragmentationInfo() 207 void getStats(ScopedString *Str, uptr ClassId, SizeClassInfo *Sci) 210 ScopedString *Str) REQUIRES(Sci->Mutex); 454 void SizeClassAllocator32<Config>::getStats(ScopedString *Str) { in getStats() 477 void SizeClassAllocator32<Config>::getFragmentationInfo(ScopedString *Str) { in getFragmentationInfo() 979 void SizeClassAllocator32<Config>::getStats(ScopedString *Str, uptr ClassId, in getStats() 1006 SizeClassInfo *Sci, uptr ClassId, ScopedString *Str) REQUIRES(Sci->Mutex) { in getSizeClassFragmentationInfo()
|
| H A D | primary64.h | 112 void getStats(ScopedString *Str); 113 void getFragmentationInfo(ScopedString *Str); 114 void getMemoryGroupFragmentationInfo(ScopedString *Str); 262 void getStats(ScopedString *Str, uptr ClassId, RegionInfo *Region) 265 ScopedString *Str) REQUIRES(Region->MMLock); 267 ScopedString *Str) 1100 void SizeClassAllocator64<Config>::getStats(ScopedString *Str) { in getStats() 1132 void SizeClassAllocator64<Config>::getStats(ScopedString *Str, uptr ClassId, in getStats() 1162 void SizeClassAllocator64<Config>::getFragmentationInfo(ScopedString *Str) { in getFragmentationInfo() 1176 RegionInfo *Region, uptr ClassId, ScopedString *Str) in getRegionFragmentationInfo() [all …]
|
| H A D | quarantine.h | 130 void getStats(ScopedString *Str) const { in getStats() 228 void getStats(ScopedString *Str) EXCLUDES(CacheMutex) { in getStats()
|
| H A D | size_class_allocator.h | 107 void getStats(ScopedString *Str) { in getStats() 255 void getStats(ScopedString *Str) { Str->append(" No block is cached.\n"); } in getStats()
|
| H A D | secondary.h | 132 void getStats(UNUSED ScopedString *Str) { in getStats() 202 void getStats(ScopedString *Str) { in getStats() 672 void getStats(ScopedString *Str); 894 void MapAllocator<Config>::getStats(ScopedString *Str) EXCLUDES(Mutex) { in getStats()
|
| H A D | report.cpp | 31 ScopedString Message;
|
| H A D | tsd_exclusive.h | 126 void getStats(ScopedString *Str) { in getStats()
|
| H A D | fuchsia.cpp | 37 ScopedString Error; in dieOnError()
|
| H A D | mem_map_fuchsia.cpp | 25 ScopedString Error; in dieOnError()
|
| H A D | tsd_shared.h | 117 void getStats(ScopedString *Str) EXCLUDES(MutexTSDs) { in getStats()
|
| H A D | combined.h | 640 ScopedString Str; in getStats() 652 ScopedString Str; in printStats() 658 ScopedString Str; in printFragmentationInfo() 1642 uptr getStats(ScopedString *Str) { in getStats()
|
| H A D | size_class_map.h | 305 ScopedString Buffer;
|