clsync
Loading...
Searching...
No Matches
malloc.h File Reference
#include <sys/types.h>
Include dependency graph for malloc.h:
This graph shows which files directly or indirectly include this file:

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 ()
 

Function Documentation

◆ memory_init()

int memory_init ( )
extern

Definition at line 177 of file malloc.c.

Here is the caller graph for this function:

◆ shm_calloc()

void * shm_calloc ( size_t nmemb,
size_t size )
extern

Definition at line 236 of file malloc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ shm_free()

void shm_free ( void * ptr)
extern

Definition at line 251 of file malloc.c.

Here is the caller graph for this function:

◆ shm_malloc()

void * shm_malloc ( size_t size)
extern

Definition at line 228 of file malloc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ shm_malloc_try()

void * shm_malloc_try ( size_t size)
extern

Definition at line 196 of file malloc.c.

Here is the caller graph for this function:

◆ xstrncpy()

char * xstrncpy ( char * dest,
const char * src,
size_t n )
extern

Definition at line 94 of file malloc.c.

Here is the caller graph for this function: