|
clsync
|
#include "macros.h"#include <stdlib.h>#include <string.h>#include <sys/ipc.h>#include <sys/shm.h>#include "malloc.h"#include "error.h"#include "configuration.h"
Go to the source code of this file.
Functions | |
| char * | xstrncpy (char *dest, const char *src, size_t n) |
| int | memory_init () |
| void * | shm_malloc_try (size_t size) |
| void * | shm_malloc (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 | ) |