-
Notifications
You must be signed in to change notification settings - Fork 791
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce builtin endpoints memory consumption (#918)
* Refs #6971. Reducing default builtin history size. * Refs #6971. Default memory policy to preallocated with realloc. * Refs #6971. EDP listeners: remove change from history before releasing lock. * Refs #6971. Reducing EDP readers history. * Refs #6971. WLP not creating secure endpoint when not necessary. * Refs #6971. Improving WLP history. * Refs #6971. Correctly setting DATA(p) serialized size. * Refs #6971. Taking sentinel into account. * Refs #6971. Fixed comparison on addParameterSentinel. * Refs #6971. Fixed WLP destructor. * Refs #6971. Uncrustify EDPSimple and children. * Refs #6971. Joining common code serializing a WriterProxyData. * Refs #6971. Templating for both proxy datas. * Refs #6971. Use templated code for ReaderProxyData. * Refs #6971. Adding basic get_serialized_size() methods. * Refs #6971. Parameter_t::addToCDRMessage made const. * Refs #6971. Added method cdr_serialized_size() to Parameter_t * Refs #6971. Updating ParticipantProxyData * Refs #6971. ReaderProxyData calculating serialization size. * Refs #6971. WriterProxyData calculating serialization size. * Refs #6971. Fixing mocks. * Refs #6971. Fixing warnings. * Refs #7035. Adressing review comments. * Refs #7035. Fixing EDP listeners.
- Loading branch information
1 parent
4134783
commit d1d7605
Showing
26 changed files
with
1,047 additions
and
589 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.