MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / capacity

Method capacity

src/nvcv/src/priv/ArrayWrapData.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92int64_t ArrayWrapData::capacity() const
93{
94 return m_data.capacity;
95}
96
97int64_t ArrayWrapData::length() const
98{

Callers 1

resizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected