Shared memory IPC utility functions.
Go to the source code of this file.
Functions | |
void * | cb_get_shared_mem (int *memfd, const char *shmname, size_t size, int flag) |
get new shared memory More... | |
int | cb_close_shared_mem (void *mem, int *memfd, const char *shmname, size_t size, bool unlink) |
close shared memory More... | |