MCPcopy Create free account
hub / github.com/ComputationalRobotics/XM-code / HostDnVecInt

Method HostDnVecInt

XM/include/Utils/memory.h:832–832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

830 int* vals;
831
832 HostDnVecInt(): size(0), vals(nullptr) {}
833 HostDnVecInt(const int size): size(size), vals(nullptr) {
834 this->allocate(this->size);
835 }

Callers

nothing calls this directly

Calls 1

allocateMethod · 0.95

Tested by

no test coverage detected