|
clsync
|
#include <sys/types.h>

Go to the source code of this file.
Functions | |
| char * | xstrncpy (char *dest, const char *src, size_t n) |
| void * | shm_malloc (size_t size) |
| void * | shm_malloc_try (size_t size) |
| void * | shm_calloc (size_t nmemb, size_t size) |
| void | shm_free (void *ptr) |
| int | memory_init () |
| void* shm_calloc | ( | size_t | nmemb, |
| size_t | size | ||
| ) |
| void shm_free | ( | void * | ptr | ) |
| void* shm_malloc | ( | size_t | size | ) |
| void* shm_malloc_try | ( | size_t | size | ) |
1.8.17