Home
last modified time | relevance | path

Searched refs:DCHECK_LE (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_common.h22 DCHECK_LE(N, SizeClassAllocator::MaxNumBlocksInBatch); in setFromArray()
27 DCHECK_LE(N, SizeClassAllocator::MaxNumBlocksInBatch - Count); in appendFromArray()
33 DCHECK_LE(N, SizeClassAllocator::MaxNumBlocksInBatch - Count); in appendFromBatch()
53 DCHECK_LE(N, Count); in moveNToArray()
60 DCHECK_LE(I, Count); in get()
H A Drelease.h163 DCHECK_LE(Buf.BufferIndex, StaticBufferCount); in releaseBuffer()
175 DCHECK_LE(Buf.BufferIndex, StaticBufferCount); in isStaticBufferTestOnly()
245 DCHECK_LE(CounterSizeBits, MaxCounterBits); in reset()
286 DCHECK_LE(N, CounterMask); in incN()
287 DCHECK_LE(get(Region, I), CounterMask - N); in incN()
296 DCHECK_LE(From, To); in incRange()
307 DCHECK_LE(get(Region, I), CounterMask); in setAsAllCounted()
314 DCHECK_LE(From, To); in setAsAllCountedRange()
464 DCHECK_LE(To, Base + RegionSize); in markRangeAsAllCounted()
466 DCHECK_LE(To - From, RegionSize); in markRangeAsAllCounted()
H A Dsize_class_map.h99 DCHECK_LE(Size, MaxSize); in getClassIdBySize()
106 DCHECK_LE(Size, MaxSize); in getMaxCachedHint()
212 DCHECK_LE(Size, MaxSize); in getClassIdBySize()
219 DCHECK_LE(Size, MaxSize); in getMaxCachedHint()
H A Dvector.h35 DCHECK_LE(Size, capacity()); in push_back()
95 DCHECK_LE(Size, NewCapacity); in reallocate()
H A Dinternal_defs.h130 #define DCHECK_LE(A, B) CHECK_LE(A, B) macro
146 #define DCHECK_LE(A, B) \ macro
H A Dsize_class_allocator.h167 DCHECK_LE(NumBlocksRefilled, MaxRefill); in refill()
241 DCHECK_LE(NumBlocksRefilled, SizeClassMap::MaxNumCachedHint); in getBatchClassBlock()
H A Dprimary64.h131 DCHECK_LE(ClassId, SizeClassMap::LargestClassId); in compactPtr()
135 DCHECK_LE(ClassId, SizeClassMap::LargestClassId); in decompactPtr()
732 DCHECK_LE(NumberOfBlocks, ShuffleArraySize); in populateFreeListAndPopBlocks()
1611 DCHECK_LE(Region->RegionBeg, BatchGroupBase); in collectGroupsToRelease()
1656 DCHECK_LE(BytesInBG, ReleaseThreshold); in collectGroupsToRelease()
H A Dquarantine.h48 DCHECK_LE(Count + From->Count, MaxCount); in merge()
H A Dprimary32.h925 DCHECK_LE(NumberOfBlocks, ShuffleArraySize); in populateFreeList()
963 DCHECK_LE(Sci->CurrentRegionAllocated + AllocatedUser, RegionSize); in populateFreeList()
1082 DCHECK_LE(First, Last); in releaseToOSMaybe()
H A Dlist.h104 DCHECK_LE(static_cast<LinkTy>(X - Base), Size); in assertElementInRange()
H A Dsecondary.h824 DCHECK_LE(NewMapEnd, MapEnd); in allocate()
H A Dcombined.h389 DCHECK_LE(Size, NeededSize);
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_java.cpp94 DCHECK_LE(ptr + size, jctx->heap_begin + jctx->heap_size); in __tsan_java_alloc()
107 DCHECK_LE(ptr + size, jctx->heap_begin + jctx->heap_size); in __tsan_java_free()
121 DCHECK_LE(src + size, jctx->heap_begin + jctx->heap_size); in __tsan_java_move()
123 DCHECK_LE(dst + size, jctx->heap_begin + jctx->heap_size); in __tsan_java_move()
144 DCHECK_LE(to, jctx->heap_begin + jctx->heap_size); in __tsan_java_find()
H A Dtsan_dense_alloc.h83 DCHECK_LE(idx, kL1Size * kL2Size); in Map()
H A Dtsan_shadow.h64 DCHECK_LE(size, 8); in Shadow()
H A Dtsan_rtl.h716 DCHECK_LE(pos, &current->events[TracePart::kSize]); in TraceAcquire()
733 DCHECK_LE(evp + 1, &thr->tctx->trace.parts.Back()->events[TracePart::kSize]); in TraceRelease()
H A Dtsan_rtl.cpp950 DCHECK_LE(pos, end); in TraceSkipGap()
956 DCHECK_LE(pos + 2, end); in TraceSkipGap()
H A Dtsan_rtl_access.cpp493 DCHECK_LE(size, 8); in UnalignedMemoryAccess()
H A Dtsan_interface_atomic.cpp519 DCHECK_LE(res, mo_seq_cst); in to_morder()
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h372 DCHECK_LE(AlignedOffset + sizeof(T), in AppendEmplace()
404 DCHECK_LE(AlignedOffset + sizeof(T), in Append()
414 DCHECK_LE(Offset, Size);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_array_ref.h68 DCHECK_LE(N + M, size()); in slice()
H A Dsanitizer_internal_defs.h349 #define DCHECK_LE(a, b) CHECK_LE(a, b) macro
357 #define DCHECK_LE(a, b) macro
H A Dsanitizer_allocator_primary32.h79 DCHECK_LE(count, kMaxNumCached); in SetFromArray()
88 DCHECK_LE(count_, kMaxNumCached); in Add()
H A Dsanitizer_allocator_size_class_map.h171 DCHECK_LE(size, kMaxSize); in MaxCachedHint()
H A Dsanitizer_allocator_primary64.h456 DCHECK_LE(from, to); in IncRange()