MCPcopy Create free account
hub / github.com/NVlabs/nvbio / size

Method size

nvbio/basic/vector_array.h:154–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 ///
153 NVBIO_FORCEINLINE NVBIO_HOST_DEVICE
154 uint32 size(const uint32 index) const { return m_sizes[index]; }
155
156public:
157 T* m_arena; ///< memory arena

Callers 9

has_overflownMethod · 0.45
sizeMethod · 0.45
arena_sizeMethod · 0.45
device_viewMethod · 0.45
plain_viewMethod · 0.45
has_overflownMethod · 0.45
sizeMethod · 0.45
operator[]Method · 0.45
plain_viewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected