| 295 | { |
| 296 | public: |
| 297 | __forceinline Create (FastAllocator* allocator) : allocator(allocator) {} |
| 298 | __forceinline CachedAllocator operator() () const { return allocator->getCachedAllocator(); } |
| 299 | |
| 300 | private: |
no outgoing calls
no test coverage detected