Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cc220 void SetLowLevelAllocateMinAlignment(uptr alignment) { in SetLowLevelAllocateMinAlignment() function
H A Dsanitizer_common.h177 void SetLowLevelAllocateMinAlignment(uptr alignment);
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_rtl.cc450 SetLowLevelAllocateMinAlignment(SHADOW_GRANULARITY); in AsanInitInternal()