Google Protocol Buffer Version - 3.5.x

Usage - Using it to share data between and embeded system and cloud.

Issue - After packetizing the data we use ParentMessage->Clear(); function 
to clear the data. This function is not reducing the memory allocated. 
Checked in Google Protocol buffer documentation that the memory allocated 
by new is internally being allocated statically. 
What  does statically mean ? Will the memory be available statically even 
after clear. ?


-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/protobuf/9d31968b-3806-4664-b94e-29bbc25d1cf7%40googlegroups.com.

Reply via email to