Fruitless attempt to optimize memory use

This commit is contained in:
Pavel Kirienko
2015-05-28 12:50:12 +03:00
parent 34bcfb21df
commit 954ab2491a
3 changed files with 15 additions and 1 deletions
@@ -74,4 +74,5 @@ TEST(dynamic_node_id_server_centralized, ObjectSizes)
using namespace uavcan::dynamic_node_id_server;
std::cout << "centralized::Storage: " << sizeof(centralized::Storage) << std::endl;
std::cout << "centralized::Server: " << sizeof(centralized::Server) << std::endl;
std::cout << "NodeDiscoverer: " << sizeof(NodeDiscoverer) << std::endl;
}