Home
last modified time | relevance | path

Searched refs:getAllocatorState (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/
H A Dbasic.cpp27 std::size_t MaxAllocSize = GPA.getAllocatorState()->maximumAllocationSize(); in TEST_F()
41 GPA.allocate(GPA.getAllocatorState()->maximumAllocationSize() + 1)); in TEST_F()
H A Dthread_contention.cpp27 GPA->allocate(GPA->getAllocatorState()->maximumAllocationSize())); in asyncTask()
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_posix.cpp167 GPAForSignalHandler->getAllocatorState(), in sigSegvHandler()
183 if (__gwp_asan_error_is_mine(GPAForSignalHandler->getAllocatorState(), in sigSegvHandler()
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h116 const AllocatorState *getAllocatorState() const { return &State; } in getAllocatorState() function
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcombined.h202 GuardedAlloc.getAllocatorState()->maximumAllocationSize(); in initGwpAsan()
214 return GuardedAlloc.getAllocatorState(); in getGwpAsanAllocatorState()