cyclonedds/src/core/ddsc
Erik Boasson d51a67f74b use plain os_malloc in RHC for performance reasons
simply switching from dds_alloc to os_malloc in alloc_sample removes a redundant memset, which gives 5% improvement in a throughput test (on my laptop); other analogous changes for consistency

Signed-off-by: Erik Boasson <eb@ilities.com>
2019-01-04 10:48:57 +01:00
..
cmake Initial contribution 2018-04-10 17:03:59 +02:00
include/ddsc Merge pull request #69 from FirasSahliADLinktech/rename-functions 2018-12-25 12:38:25 +01:00
src use plain os_malloc in RHC for performance reasons 2019-01-04 10:48:57 +01:00
tests fix test issues detected by address sanitizer 2018-12-25 12:40:05 +01:00
.fileids Simplify logging and remove unwanted functions from abstraction layer 2018-11-30 23:42:19 +01:00
CMakeLists.txt replace old builtin topics by new ones and add implementation of DCPSSubscription and DCPSPublication 2018-12-14 14:02:08 +01:00