MCPcopy Create free account
hub / github.com/RenderKit/embree / Create

Method Create

kernels/common/alloc.h:297–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295 {
296 public:
297 __forceinline Create (FastAllocator* allocator) : allocator(allocator) {}
298 __forceinline CachedAllocator operator() () const { return allocator->getCachedAllocator(); }
299
300 private:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected