/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | primary32.h | 103 RegionSize); in unmapTestOnly() 121 unmap(reinterpret_cast<void *>(I * RegionSize), RegionSize); in unmapTestOnly() 293 const uptr From = I * RegionSize; in iterateOverBlocks() 294 const uptr To = From + (RegionSize / BlockSize) * BlockSize; in iterateOverBlocks() 379 static const uptr RegionSize = 1UL << Config::getRegionSizeLog(); variable 420 uptr MapSize = 2 * RegionSize; in allocateRegionSlow() 427 if (isAligned(Region, RegionSize)) { in allocateRegionSlow() 430 RegionsStash[NumberOfStashedRegions++] = MapBase + RegionSize; in allocateRegionSlow() 432 MapSize = RegionSize; in allocateRegionSlow() 434 Region = roundUp(MapBase, RegionSize); in allocateRegionSlow() [all …]
|
H A D | release.h | 451 // RegionSize, it's not necessary to be aligned with page size. in markRangeAsAllCounted() 453 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 markFreeBlocksInRegion() 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() 565 // `RegionSize` ma in markFreeBlocksInRegion() [all...] |
H A D | primary64.h | 131 CHECK(ReservedMemory.create(/*Addr=*/0U, RegionSize * NumClasses, in init() 137 PrimaryBase + (I << RegionSizeLog), RegionSize); in init() 512 static const uptr RegionSize = 1UL << RegionSizeLog; 1021 if (UNLIKELY(!ReservedMemory.create(/*Addr=*/0U, RegionSize, in populateFreeListAndPopBlocks() 1047 if (UNLIKELY(RegionBase + MappedUser + MapSize > RegionSize)) { in populateFreeListAndPopBlocks()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CastSizeChecker.cpp | 50 static bool evenFlexibleArraySize(ASTContext &Ctx, CharUnits RegionSize, in evenFlexibleArraySize() argument 82 CharUnits Left = RegionSize - TypeSize; in evenFlexibleArraySize()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_win.cpp | 129 *stack_top = (uptr)mbi.BaseAddress + mbi.RegionSize; in GetThreadStackTopAndBottom() 413 if (shadow_address + size < (uptr)info.BaseAddress + info.RegionSize) in FindAvailableMemoryRange() 418 address = (uptr)info.BaseAddress + info.RegionSize; in FindAvailableMemoryRange() 433 (uptr)mbi.BaseAddress + mbi.RegionSize >= range_end; in MemoryRangeIsAvailable() 968 if (info.RegionSize == 0) in IsAccessibleMemoryRange() 971 page += info.RegionSize; in IsAccessibleMemoryRange()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | enable_execute_stack.c | 47 VirtualProtect(mbi.BaseAddress, mbi.RegionSize, PAGE_EXECUTE_READWRITE, in __enable_execute_stack()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
H A D | interception_win.cpp | 356 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/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Minidump.h | 114 support::ulittle64_t RegionSize; member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | MinidumpParser.cpp | 530 region.GetRange().SetByteSize(entry.RegionSize); in CreateRegionsCacheFromMemoryInfoList()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | MinidumpYAML.cpp | 251 mapRequiredHex(IO, "Region Size", Info.RegionSize); in mapping()
|
/freebsd/sys/dev/mps/mpi/ |
H A D | mpi2_ioc.h | 1299 U32 RegionSize; /* 0x08 */ member
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | actbl2.h | 2190 UINT64 RegionSize; member
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | dmtbinfo2.c | 1499 {ACPI_DMT_UINT64, ACPI_NFIT1_OFFSET (RegionSize), "Region Size", 0},
|
/freebsd/usr.sbin/acpi/acpidump/ |
H A D | acpi.c | 2155 printf("\tRegionSize=0x%016jx\n", (uintmax_t)mmap->RegionSize); in acpi_print_nfit()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Path.inc | 918 Size = mbi.RegionSize;
|