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

Method setMemoryMonitorFunction

kernels/common/state.h:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194
195 public:
196 void setMemoryMonitorFunction(RTCMemoryMonitorFunction fptr, void* uptr)
197 {
198 memory_monitor_function = fptr;
199 memory_monitor_userptr = uptr;
200 }
201
202 RTCMemoryMonitorFunction memory_monitor_function;
203 void* memory_monitor_userptr;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected