Searched refs:getAllocatorState (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Dbasic.cpp27 std::size_t MaxAllocSize = GPA.getAllocatorState()->maximumAllocationSize();
41 GPA.allocate(GPA.getAllocatorState()->maximumAllocationSize() + 1));
H A Dthread_contention.cpp27 GPA->allocate(GPA->getAllocatorState()->maximumAllocationSize()));
H A Drecoverable.cpp125 for (size_t i = 0; i < GPA.getAllocatorState()->MaxSimultaneousAllocations;
/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h111 const AllocatorState *getAllocatorState() const { return &State; } function in class:gwp_asan::GuardedPoolAllocator
/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_posix.cpp188 GPAForSignalHandler->getAllocatorState();
216 if (__gwp_asan_error_is_mine(GPAForSignalHandler->getAllocatorState(),
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcombined.h210 GuardedAlloc.getAllocatorState()->maximumAllocationSize();
222 return GuardedAlloc.getAllocatorState();

Completed in 180 milliseconds