Searched refs:unmapMemory (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.cpp44 void GuardedPoolAllocator::unmapMemory(void *Ptr, size_t Size, function in class:gwp_asan::GuardedPoolAllocator
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h133 void unmapMemory(void *Ptr, size_t Size, const char *Name) const;
H A Dguarded_pool_allocator.cpp132 unmapMemory(reinterpret_cast<void *>(State.GuardedPagePool),
139 unmapMemory(Metadata, State.MaxSimultaneousAllocations * sizeof(*Metadata),
144 unmapMemory(FreeSlots,

Completed in 100 milliseconds