cds_malloc 3 cds_malloc memory allocation #include <cds/memory.h> void *cds_malloc unsigned int size Description Allocates Memory of given size. If compiled with SER it internaly uses shm_malloc, if compiled without SER it uses malloc. Return value Returns NULL on error, pointer to allocated memory otherwise. See Also