Home
last modified time | relevance | path

Searched defs:aligned_size (Results 1 – 9 of 9) sorted by relevance

/llvm-project/compiler-rt/lib/asan/
H A Dasan_poisoning.h39 ALWAYS_INLINE void FastPoisonShadow(uptr aligned_beg, uptr aligned_size, in FastPoisonShadow()
H A Dasan_globals.cpp63 uptr aligned_size = RoundUpTo(g.size, ASAN_SHADOW_GRANULARITY); PoisonRedZones() local
H A Dasan_poisoning.cpp286 uptr aligned_size = size & ~(ASAN_SHADOW_GRANULARITY - 1); PoisonAlignedStackMemory() local
/llvm-project/lldb/source/Breakpoint/
H A DWatchpointAlgorithms.cpp101 size_t aligned_size = std::max(user_size, min_byte_size); in PowerOf2Watchpoints() local
/llvm-project/clang/lib/AST/Interp/
H A DInterpStack.h
/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.h42 nub_size_t aligned_size; global() member
H A DDNBArchImplARM64.cpp866 nub_size_t aligned_size = std::max(requested_size, min_watchpoint_alignment); AlignRequestedWatchpoint() local
[all...]
/llvm-project/libcxxabi/src/
H A Dcxa_exception.cpp168 constexpr size_t aligned_size = in get_cxa_exception_offset() local
/llvm-project/llvm/lib/Support/rpmalloc/
H A Dmalloc.c535 const size_t aligned_size = ((size + page_size - 1) / page_size) * page_size; in pvalloc() local