Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LuxCoreRender/LuxCore
/ deallocate
Method
deallocate
include/luxrays/utils/memory.h:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
inline void deallocate(pointer p, size_type)
94
{
95
FreeAligned(p);
96
}
97
98
inline void construct(pointer p, const value_type &wert)
99
{
Callers
nothing calls this directly
Calls
1
FreeAligned
Function · 0.85
Tested by
no test coverage detected