MCPcopy Create free account
hub / github.com/RenderKit/ospray / hostMalloc

Method hostMalloc

modules/cpu/common/DeviceRTImpl_ispc.cpp:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272void *DeviceImpl::hostMalloc(std::size_t size)
273{
274 return rkcommon::memory::alignedMalloc(size);
275}
276
277void DeviceImpl::free(void *ptr)
278{

Callers 1

allocateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected