Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Support/
H A DStorageUniquer.cpp296 StorageAllocator *&threadAllocator = threadSafeAllocator.get(); in getThreadSafeAllocator() local
297 if (!threadAllocator) { in getThreadSafeAllocator()
298 threadAllocator = new StorageAllocator(); in getThreadSafeAllocator()
304 std::unique_ptr<StorageAllocator>(threadAllocator)); in getThreadSafeAllocator()
307 return *threadAllocator; in getThreadSafeAllocator()