Searched refs:GuardedAlloc (Results 1 – 1 of 1) sorted by relevance
222 GuardedAlloc.init(Opt); in initGwpAsan()226 &GuardedAlloc, Printf, in initGwpAsan()232 GuardedAlloc.getAllocatorState()->maximumAllocationSize(); in initGwpAsan()240 return GuardedAlloc.getMetadataRegion(); in getGwpAsanAllocationMetadata()244 return GuardedAlloc.getAllocatorState(); in getGwpAsanAllocatorState()260 GuardedAlloc.uninitTestOnly(); in unmapTestOnly()357 if (UNLIKELY(GuardedAlloc.shouldSample())) {358 if (void *Ptr = GuardedAlloc.allocate(Size, Alignment)) {449 if (UNLIKELY(GuardedAlloc.pointerIsMine(Ptr))) {450 GuardedAlloc.deallocate(Ptr);[all …]