Searched refs:threadAllocator (Results 1 – 1 of 1) sorted by relevance
296 StorageAllocator *&threadAllocator = threadSafeAllocator.get(); in getThreadSafeAllocator() local297 if (!threadAllocator) { in getThreadSafeAllocator()298 threadAllocator = new StorageAllocator(); in getThreadSafeAllocator()304 std::unique_ptr<StorageAllocator>(threadAllocator)); in getThreadSafeAllocator()307 return *threadAllocator; in getThreadSafeAllocator()