| 16 | class TestObject { |
| 17 | public: |
| 18 | TestObject() {} |
| 19 | TestObject(const char* str, std::vector<std::string>& vec, RNS::Bytes& buf) : _str(str), _vec(vec), _external_buf(buf) { |
| 20 | #ifdef VECTOR_INTERNAL_CONTENT |
| 21 | // CBA The following vector entries use psram even though they're created internally (not part of base object) |