Lines Matching refs:UNLIKELY
186 if (UNLIKELY(orig_size == 0)) in HwasanAllocate()
188 if (UNLIKELY(orig_size > max_malloc_size)) { in HwasanAllocate()
196 if (UNLIKELY(IsRssLimitExceeded())) { in HwasanAllocate()
213 if (UNLIKELY(!allocated)) { in HwasanAllocate()
355 UNLIKELY((tag < kShadowAlignment || tag == pointer_tag) && tag != 0)); in HwasanDeallocate()
396 if (UNLIKELY(CheckForCallocOverflow(size, nmemb))) { in HwasanCalloc()
470 if (UNLIKELY(CheckForCallocOverflow(size, nmemb))) { in hwasan_reallocarray()
486 if (UNLIKELY(CheckForPvallocOverflow(size, PageSize))) { in hwasan_pvalloc()
498 if (UNLIKELY(!CheckAlignedAllocAlignmentAndSize(alignment, size))) { in hwasan_aligned_alloc()
508 if (UNLIKELY(!IsPowerOfTwo(alignment))) { in hwasan_memalign()
519 if (UNLIKELY(!CheckPosixMemalignAlignment(alignment))) { in hwasan_posix_memalign()
525 if (UNLIKELY(!ptr)) in hwasan_posix_memalign()