Searched refs:Allocators (Results 1 – 3 of 3) sorted by relevance
227 auto I = Allocators.find(Id); in handleCreateRemoteAllocator()228 if (I != Allocators.end()) in handleCreateRemoteAllocator()231 Allocators[Id] = Allocator(); in handleCreateRemoteAllocator()253 auto I = Allocators.find(Id); in handleDestroyRemoteAllocator()254 if (I == Allocators.end()) in handleDestroyRemoteAllocator()256 Allocators.erase(I); in handleDestroyRemoteAllocator()389 auto I = Allocators.find(Id); in handleReserveMem()390 if (I == Allocators.end()) in handleReserveMem()408 auto I = Allocators.find(Id); in handleSetProtections()409 if (I == Allocators.end()) in handleSetProtections()[all …]
86 Allocators and TLS
279 | Inconsistent Allocators | Validates that a custom allocator is either provided for both create an…