Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ComputationalRobotics/XM-code
/ HostDnVecLongInt
Method
HostDnVecLongInt
XM/include/Utils/memory.h:860–860 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
858
size_t* vals;
859
860
HostDnVecLongInt(): size(0), vals(nullptr) {}
861
HostDnVecLongInt(const int size): size(size), vals(nullptr) {
862
this->allocate(this->size);
863
}
Callers
nothing calls this directly
Calls
1
allocate
Method · 0.95
Tested by
no test coverage detected