Struct dds_allocator
¶
Defined in
File dds_public_alloc.h
Struct Documentation
¶
struct
dds_allocator
¶
Public Members
void
*
(
*
malloc
)
(
size_t
size
)
¶
void
*
(
*
realloc
)
(
void
*
ptr
,
size_t
size
)
¶
void
(
*
free
)
(
void
*
ptr
)
¶
CycloneDDS
Navigation
Contents
Installing Eclipse Cyclone DDS
Building Eclipse Cyclone DDS applications
Hello World! in more detail
What’s next?
Uninstalling Eclipse Cyclone DDS
A guide to the configuration options of Eclipse Cyclone DDS
DDS Security
Shared Memory
Eclipse Cyclone DDS C API Reference
Builtin-topic Constants
Raw C API
Class Hierarchy
File Hierarchy
Full API
Related Topics
Documentation overview
Eclipse Cyclone DDS C API Reference
Raw C API
Previous:
Raw C API
Next:
Struct dds_builtintopic_endpoint
Quick search