Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ free
Method
free
tutorials/verify/verify.cpp:727–731 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
725
}
726
727
void free() {
728
if (!ptr) return;
729
os_free(ptr,bytes,hugepages);
730
ptr = nullptr;
731
}
732
733
size_t shrink() {
734
if (!ptr) return 0;
Callers
nothing calls this directly
Calls
1
os_free
Function · 0.85
Tested by
no test coverage detected