-
Notifications
You must be signed in to change notification settings - Fork 793
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RTPSMessageGroup_t preallocation (#938)
* Refs #7116. Separating RTPSMessageGroup_t into a private header. * Refs #7116. Passing send buffers management responsibility to RTPSParticipantImpl. * Refs #7116. RAII on RTPSMessageGroup_t. * Refs #7116. Protecting access to buffer pool. * Refs #7116. Preallocating one buffer per expected thread. * Refs #7116. Protecting access to buffer pool with specific mutex. * Refs #7116. New SendBuffersManager class. * Refs #7116. Allowing wrapping buffer on RTPSMessageGroup_t. * Refs #7116. Using a single allocation for all initially allocated buffers. * Refs #7116. Adding assertion. * Refs #7116. Fixed alignment. * Refs #7116. Correct calculation of raw buffer size. * Refs #7116. Early return on security initialization failure. * Refs #7116. Making send buffers allocation configurable. * Refs #7116. Adding XML configuration for send_buffers allocation. * Refs #7116. Adding participant allocation attributes to XML parser unit test. * Refs #7165. Fixed warnings. * Refs #7165. Fixed leak. * Refs #7165. Return send buffer even if an exception is thrown. * Refs #7165. Correctly return send buffer.
- Loading branch information
1 parent
136e594
commit bf5877c
Showing
18 changed files
with
558 additions
and
80 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
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
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
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
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
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
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
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
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.