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

Method sharedMalloc

modules/cpu/common/DeviceRTImpl_ispc.cpp:267–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267void *DeviceImpl::sharedMalloc(std::size_t size)
268{
269 return rkcommon::memory::alignedMalloc(size);
270}
271
272void *DeviceImpl::hostMalloc(std::size_t size)
273{

Callers 2

StructSharedCreateFunction · 0.45
allocateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected