Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp560 bool from_primary = PrimaryAllocator::CanAllocate(needed_size, alignment); in Allocate() local
563 if (!from_primary) in Allocate()
611 if (!from_primary || *(u8 *)MEM_TO_SHADOW((uptr)allocated) == 0) { in Allocate()