Home
last modified time | relevance | path

Searched refs:RegionSize (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h100 RegionSize); in unmapTestOnly()
118 unmap(reinterpret_cast<void *>(I * RegionSize), RegionSize); in unmapTestOnly()
307 const uptr From = I * RegionSize; in iterateOverBlocks()
434 uptr MapSize = 2 * RegionSize; in allocateRegionSlow()
441 if (isAligned(Region, RegionSize)) { in allocateRegionSlow()
446 MapSize = RegionSize; in allocateRegionSlow()
448 Region = roundUp(MapBase, RegionSize); in allocateRegionSlow()
450 MapSize = RegionSize; in allocateRegionSlow()
456 DCHECK_EQ(Region % RegionSize, 0U); in allocateRegionSlow()
899 const uptr Base = First * RegionSize; in getSizeClassFragmentationInfo()
[all …]
H A Drelease.h453 const uptr RegionIndex, const uptr RegionSize) { in markRangeAsAllCounted()
455 DCHECK_LE(To, Base + RegionSize); in markRangeAsAllCounted()
457 DCHECK_LE(To - From, RegionSize); in markRangeAsAllCounted()
507 if (LastBlockInRange + BlockSize != RegionSize) { in markRangeAsAllCounted()
526 ToInRegion = RegionSize; in markRangeAsAllCounted()
542 const uptr RegionIndex, const uptr RegionSize, in markFreeBlocksInRegion()
549 ((RegionSize / BlockSize) - 1U) * BlockSize; in markFreeBlocksInRegion()
561 const uptr RoundedRegionSize = roundUp(RegionSize, PageSize); in markFreeBlocksInRegion()
589 DCHECK_LT(PInRegion, RegionSize); in markFreeBlocksInRegion()
595 DCHECK_GE(RegionSize, BlockSize); in markFreeBlocksInRegion()
H A Dprimary64.h152 PrimaryBase + (I << RegionSizeLog), RegionSize); in init()
531 static const uptr RegionSize = 1UL << RegionSizeLog;
533 static const uptr PrimarySize = RegionSize * NumClasses;
590 RegionSize) + in getRegionBaseByClassId()
995 if (UNLIKELY(RegionBase + MappedUser + MapSize > RegionSize)) { in populateFreeListAndPopBatch()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp50 static bool evenFlexibleArraySize(ASTContext &Ctx, CharUnits RegionSize, in evenFlexibleArraySize() argument
82 CharUnits Left = RegionSize - TypeSize; in evenFlexibleArraySize()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/
H A Denable_execute_stack.c47 VirtualProtect(mbi.BaseAddress, mbi.RegionSize, PAGE_EXECUTE_READWRITE, in __enable_execute_stack()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp129 *stack_top = (uptr)mbi.BaseAddress + mbi.RegionSize; in GetThreadStackTopAndBottom()
417 if (shadow_address + size < (uptr)info.BaseAddress + info.RegionSize) in FindAvailableMemoryRange()
422 address = (uptr)info.BaseAddress + info.RegionSize; in FindAvailableMemoryRange()
437 (uptr)mbi.BaseAddress + mbi.RegionSize >= range_end; in MemoryRangeIsAvailable()
972 if (info.RegionSize == 0) in IsAccessibleMemoryRange()
975 page += info.RegionSize; in IsAccessibleMemoryRange()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp356 if (info.State == MEM_FREE && info.RegionSize >= granularity) { in AllocateTrampolineRegion()
365 address = (uptr)info.BaseAddress + info.RegionSize; in AllocateTrampolineRegion()
366 scanned += info.RegionSize; in AllocateTrampolineRegion()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h109 support::ulittle64_t RegionSize; member
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp530 region.GetRange().SetByteSize(entry.RegionSize); in CreateRegionsCacheFromMemoryInfoList()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp251 mapRequiredHex(IO, "Region Size", Info.RegionSize); in mapping()
/freebsd-14.2/sys/dev/mps/mpi/
H A Dmpi2_ioc.h1299 U32 RegionSize; /* 0x08 */ member
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dactbl2.h1890 UINT64 RegionSize; member
/freebsd-14.2/sys/contrib/dev/acpica/common/
H A Ddmtbinfo2.c1142 {ACPI_DMT_UINT64, ACPI_NFIT1_OFFSET (RegionSize), "Region Size", 0},
/freebsd-14.2/usr.sbin/acpi/acpidump/
H A Dacpi.c2015 printf("\tRegionSize=0x%016jx\n", (uintmax_t)mmap->RegionSize); in acpi_print_nfit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc912 Size = mbi.RegionSize;