Home
last modified time | relevance | path

Searched refs:SetLowLevelAllocateMinAlignment (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_rtl.cpp174 SetLowLevelAllocateMinAlignment(SHADOW_GRANULARITY); in MemprofInitInternal()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cpp163 void SetLowLevelAllocateMinAlignment(uptr alignment) { in SetLowLevelAllocateMinAlignment() function
H A Dsanitizer_common.h219 void SetLowLevelAllocateMinAlignment(uptr alignment);
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_rtl.cpp425 SetLowLevelAllocateMinAlignment(ASAN_SHADOW_GRANULARITY); in AsanInitInternal()