Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_rtl.cpp192 SetLowLevelAllocateMinAlignment(SHADOW_GRANULARITY); in MemprofInitInternal()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.cpp238 void SetLowLevelAllocateMinAlignment(uptr alignment) { in SetLowLevelAllocateMinAlignment() function
Dsanitizer_common.h205 void SetLowLevelAllocateMinAlignment(uptr alignment);
/external/llvm-project/compiler-rt/lib/asan/
Dasan_rtl.cpp449 SetLowLevelAllocateMinAlignment(SHADOW_GRANULARITY); in AsanInitInternal()