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.h156 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 Dstring_utils.h19 class ScopedString {
21 explicit ScopedString() { String.push_back('\0'); } in ScopedString() function
H A Dprimary32.h120 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 Dprimary64.h112 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 Dquarantine.h130 void getStats(ScopedString *Str) const { in getStats()
228 void getStats(ScopedString *Str) EXCLUDES(CacheMutex) { in getStats()
H A Dsize_class_allocator.h107 void getStats(ScopedString *Str) { in getStats()
255 void getStats(ScopedString *Str) { Str->append(" No block is cached.\n"); } in getStats()
H A Dsecondary.h132 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 Dreport.cpp31 ScopedString Message;
H A Dtsd_exclusive.h126 void getStats(ScopedString *Str) { in getStats()
H A Dfuchsia.cpp37 ScopedString Error; in dieOnError()
H A Dmem_map_fuchsia.cpp25 ScopedString Error; in dieOnError()
H A Dtsd_shared.h117 void getStats(ScopedString *Str) EXCLUDES(MutexTSDs) { in getStats()
H A Dcombined.h640 ScopedString Str; in getStats()
652 ScopedString Str; in printStats()
658 ScopedString Str; in printFragmentationInfo()
1642 uptr getStats(ScopedString *Str) { in getStats()
H A Dsize_class_map.h305 ScopedString Buffer;