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

Function ISPCSync

tutorials/common/tutorial/tasksys.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 }
19
20 extern "C" void ISPCSync(void* task)
21 {
22 std::vector<void*>* lst = (std::vector<void*>*)task;
23 for (size_t i=0; i<lst->size(); i++) alignedFree((*lst)[i]);
24 delete lst;
25 }
26
27 extern "C" void ISPCLaunch(void** taskPtr, void* func, void* data, int count)
28 {

Callers

nothing calls this directly

Calls 2

alignedFreeFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected