#include <stdio.h>#include "../config.h"#include "../dprint.h"#include "../globals.h"#include "mem.h"#include "shm_mem.h"

Go to the source code of this file.
Functions | |
| int | init_pkg_mallocs (void) |
| int | init_shm_mallocs (void) |
| void | sys_free (void *p, const char *file, const char *function, int line) |
| void * | sys_malloc (size_t s, const char *file, const char *function, int line) |
| void * | sys_realloc (void *p, size_t s, const char *file, const char *function, int line) |
| int init_pkg_mallocs | ( | void | ) |
Definition at line 52 of file mem.c.
References fm_malloc_init(), LM_CRIT, PKG_MEM_POOL_SIZE, and qm_malloc_init().
Referenced by main().
| int init_shm_mallocs | ( | void | ) |
Definition at line 73 of file mem.c.
References LM_CRIT, shm_mem_init(), and shm_mem_size.
Referenced by main().
| void sys_free | ( | void * | p, | |
| const char * | file, | |||
| const char * | function, | |||
| int | line | |||
| ) |
| void* sys_malloc | ( | size_t | s, | |
| const char * | file, | |||
| const char * | function, | |||
| int | line | |||
| ) |
| void* sys_realloc | ( | void * | p, | |
| size_t | s, | |||
| const char * | file, | |||
| const char * | function, | |||
| int | line | |||
| ) |
1.5.6