Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cpp167 void SetLowLevelAllocateMinAlignment(uptr alignment) { in SetLowLevelAllocateMinAlignment() function
H A Dsanitizer_common.h226 void SetLowLevelAllocateMinAlignment(uptr alignment);
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rtl.cpp195 SetLowLevelAllocateMinAlignment(SHADOW_GRANULARITY); in MemprofInitInternal()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp439 SetLowLevelAllocateMinAlignment(ASAN_SHADOW_GRANULARITY); in AsanInitInternal()