We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7957d commit 63d8bd2Copy full SHA for 63d8bd2
compiler-rt/lib/scudo/standalone/primary64.h
@@ -1207,7 +1207,7 @@ template <typename Config> class SizeClassAllocator64 {
1207
1208
void getMemoryGroupFragmentationInfoInRegion(RegionInfo *Region, uptr ClassId,
1209
ScopedString *Str)
1210
- REQUIRES(Region->MMLock) {
+ REQUIRES(Region->MMLock) EXCLUDES(Region->FLLock) {
1211
const uptr BlockSize = getSizeByClassId(ClassId);
1212
const uptr AllocatedUserEnd =
1213
Region->MemMapInfo.AllocatedUser + Region->RegionBeg;
0 commit comments