Home
last modified time | relevance | path

Searched refs:Allocators (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h227 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 …]
/external/swiftshader/third_party/subzero/docs/
DALLOCATION.rst86 Allocators and TLS
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md279 | Inconsistent Allocators | Validates that a custom allocator is either provided for both create an…