Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ deallocate
Method
deallocate
common/sys/alloc.h:66–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
__forceinline void deallocate( pointer p, size_type n ) {
67
return alignedFree(p);
68
}
69
70
__forceinline void construct( pointer p, const_reference val ) {
71
new (p) T(val);
Callers
nothing calls this directly
Calls
1
alignedFree
Function · 0.85
Tested by
no test coverage detected