MCPcopy Create free account
hub / github.com/ceres-solver/ceres-solver / memsize

Method memsize

include/ceres/internal/fixed_array.h:196–196  ·  view source on GitHub ↗

FixedArray::memsize() Returns the memory size of the fixed array in bytes.

Source from the content-addressed store, hash-verified

194 //
195 // Returns the memory size of the fixed array in bytes.
196 size_t memsize() const { return size() * sizeof(value_type); }
197
198 // FixedArray::data()
199 //

Callers 2

TestArrayFunction · 0.80
TestArrayOfArraysFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestArrayFunction · 0.64
TestArrayOfArraysFunction · 0.64