Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
HDguarded_pool_allocator_posix.cpp42 void GuardedPoolAllocator::markInaccessible(void *Ptr, size_t Size) const { in markInaccessible() function in gwp_asan::GuardedPoolAllocator
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
HDguarded_pool_allocator.h160 void markInaccessible(void *Ptr, size_t Size) const;
HDguarded_pool_allocator.cpp236 markInaccessible(reinterpret_cast<void *>(SlotStart), in deallocate()