Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
272
void *DeviceImpl::hostMalloc(std::size_t size)
273
{
274
return rkcommon::memory::alignedMalloc(size);
275
}
276
277
void DeviceImpl::free(void *ptr)
278
{
Callers
1
allocate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected