Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
267
void *DeviceImpl::sharedMalloc(std::size_t size)
268
{
269
return rkcommon::memory::alignedMalloc(size);
270
}
271
272
void *DeviceImpl::hostMalloc(std::size_t size)
273
{
Callers
2
StructSharedCreate
Function · 0.45
allocate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected