Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PX4/eigen
/ deallocate
Method
deallocate
Eigen/src/Core/util/Memory.h:745–748 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
743
}
744
745
void deallocate(pointer p, size_type /*num*/)
746
{
747
internal::aligned_free(p);
748
}
749
};
750
751
//---------- Cache sizes ----------
Callers
1
~BenchmarkSuite
Method · 0.45
Calls
1
aligned_free
Function · 0.85
Tested by
no test coverage detected