FixedArray::memsize() Returns the memory size of the fixed array in bytes.
| 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 | // |
no outgoing calls