Searched refs:getAllocatorState (Results 1 – 5 of 5) sorted by relevance
27 std::size_t MaxAllocSize = GPA.getAllocatorState()->maximumAllocationSize(); in TEST_F()41 GPA.allocate(GPA.getAllocatorState()->maximumAllocationSize() + 1)); in TEST_F()
27 GPA->allocate(GPA->getAllocatorState()->maximumAllocationSize())); in asyncTask()
167 GPAForSignalHandler->getAllocatorState(), in sigSegvHandler()183 if (__gwp_asan_error_is_mine(GPAForSignalHandler->getAllocatorState(), in sigSegvHandler()
116 const AllocatorState *getAllocatorState() const { return &State; } in getAllocatorState() function
202 GuardedAlloc.getAllocatorState()->maximumAllocationSize(); in initGwpAsan()214 return GuardedAlloc.getAllocatorState(); in getGwpAsanAllocatorState()