Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_allocator.cpp231 void SetLowLevelAllocateMinAlignment(uptr alignment) { in SetLowLevelAllocateMinAlignment() function
HDsanitizer_common.h179 void SetLowLevelAllocateMinAlignment(uptr alignment);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_rtl.cpp448 SetLowLevelAllocateMinAlignment(SHADOW_GRANULARITY); in AsanInitInternal()