Searched refs:mapMemory (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dguarded_pool_allocator_posix.cpp36 void *GuardedPoolAllocator::mapMemory(size_t Size, const char *Name) const { function in class:gwp_asan::GuardedPoolAllocator
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h128 // mappings, call mapMemory() followed by markReadWrite() on the returned
132 void *mapMemory(size_t Size, const char *Name) const;
H A Dguarded_pool_allocator.cpp83 void *GuardedPoolMemory = mapMemory(PoolBytesRequired, kGwpAsanGuardPageName);
87 mapMemory(BytesRequired, kGwpAsanMetadataName));
93 mapMemory(BytesRequired, kGwpAsanFreeSlotsName));

Completed in 137 milliseconds