Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
Dguarded_pool_allocator.cpp27 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 …]
Dguarded_pool_allocator.h32 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/
Dguarded_pool_allocator_posix.cpp40 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()
Dguarded_pool_allocator_fuchsia.cpp19 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/
Dsegv_handler_posix.cpp28 using gwp_asan::GuardedPoolAllocator;
157 gwp_asan::GuardedPoolAllocator *GPAForSignalHandler;
197 void installSignalHandlers(gwp_asan::GuardedPoolAllocator *GPA, Printf_t Printf, in installSignalHandlers()
Dsegv_handler_fuchsia.cpp15 void installSignalHandlers(gwp_asan::GuardedPoolAllocator * /* GPA */, in installSignalHandlers() argument
Dsegv_handler.h24 void installSignalHandlers(gwp_asan::GuardedPoolAllocator *GPA, Printf_t Printf,
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.cpp224 static gwp_asan::GuardedPoolAllocator GuardedAlloc;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dcombined.h989 gwp_asan::GuardedPoolAllocator GuardedAlloc;