Searched refs:GuardedPoolAllocator (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
| D | guarded_pool_allocator.cpp | 27 GuardedPoolAllocator *SingletonPtr = nullptr; 42 GuardedPoolAllocator *GuardedPoolAllocator::getSingleton() { in getSingleton() 46 void GuardedPoolAllocator::init(const options::Options &Opts) { in init() 106 void GuardedPoolAllocator::disable() { in disable() 111 void GuardedPoolAllocator::enable() { in enable() 116 void GuardedPoolAllocator::iterate(void *Base, size_t Size, iterate_callback Cb, in iterate() 127 void GuardedPoolAllocator::uninitTestOnly() { in uninitTestOnly() 153 size_t GuardedPoolAllocator::getRequiredBackingSize(size_t Size, in getRequiredBackingSize() 166 uintptr_t GuardedPoolAllocator::alignUp(uintptr_t Ptr, size_t Alignment) { in alignUp() 176 uintptr_t GuardedPoolAllocator::alignDown(uintptr_t Ptr, size_t Alignment) { in alignDown() [all …]
|
| D | guarded_pool_allocator.h | 32 class GuardedPoolAllocator { 42 constexpr GuardedPoolAllocator() {} in GuardedPoolAllocator() function 43 GuardedPoolAllocator(const GuardedPoolAllocator &) = delete; 44 GuardedPoolAllocator &operator=(const GuardedPoolAllocator &) = delete; 50 ~GuardedPoolAllocator() = default; 190 static GuardedPoolAllocator *getSingleton();
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/ |
| D | guarded_pool_allocator_posix.cpp | 40 void GuardedPoolAllocator::initPRNG() { in initPRNG() 45 void *GuardedPoolAllocator::map(size_t Size, const char *Name) const { in map() 54 void GuardedPoolAllocator::unmap(void *Ptr, size_t Size) const { in unmap() 61 void *GuardedPoolAllocator::reserveGuardedPool(size_t Size) { in reserveGuardedPool() 70 void GuardedPoolAllocator::unreserveGuardedPool() { in unreserveGuardedPool() 75 void GuardedPoolAllocator::allocateInGuardedPool(void *Ptr, size_t Size) const { in allocateInGuardedPool() 83 void GuardedPoolAllocator::deallocateInGuardedPool(void *Ptr, in deallocateInGuardedPool() 96 size_t GuardedPoolAllocator::getPlatformPageSize() { in getPlatformPageSize() 100 void GuardedPoolAllocator::installAtFork() { in installAtFork()
|
| D | guarded_pool_allocator_fuchsia.cpp | 19 void GuardedPoolAllocator::initPRNG() { in initPRNG() 23 void *GuardedPoolAllocator::map(size_t Size, const char *Name) const { in map() 38 void GuardedPoolAllocator::unmap(void *Ptr, size_t Size) const { in unmap() 46 void *GuardedPoolAllocator::reserveGuardedPool(size_t Size) { in reserveGuardedPool() 59 void GuardedPoolAllocator::unreserveGuardedPool() { in unreserveGuardedPool() 67 void GuardedPoolAllocator::allocateInGuardedPool(void *Ptr, size_t Size) const { in allocateInGuardedPool() 88 void GuardedPoolAllocator::deallocateInGuardedPool(void *Ptr, in deallocateInGuardedPool() 99 size_t GuardedPoolAllocator::getPlatformPageSize() { in getPlatformPageSize() 103 void GuardedPoolAllocator::installAtFork() {} in installAtFork()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/ |
| D | segv_handler_posix.cpp | 28 using gwp_asan::GuardedPoolAllocator; 157 gwp_asan::GuardedPoolAllocator *GPAForSignalHandler; 197 void installSignalHandlers(gwp_asan::GuardedPoolAllocator *GPA, Printf_t Printf, in installSignalHandlers()
|
| D | segv_handler_fuchsia.cpp | 15 void installSignalHandlers(gwp_asan::GuardedPoolAllocator * /* GPA */, in installSignalHandlers() argument
|
| D | segv_handler.h | 24 void installSignalHandlers(gwp_asan::GuardedPoolAllocator *GPA, Printf_t Printf,
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/ |
| D | scudo_allocator.cpp | 224 static gwp_asan::GuardedPoolAllocator GuardedAlloc;
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| D | combined.h | 989 gwp_asan::GuardedPoolAllocator GuardedAlloc;
|