bytes
retained bytes
struct Example { int a; std::vector<float> b; double c; std::string d; int e;};
e