Main definitions for memory manager. More...
#include <stdio.h>#include <stdlib.h>#include "../config.h"#include "../dprint.h"#include "../globals.h"#include "mem.h"
Go to the source code of this file.
Main definitions for memory manager, like malloc, free and realloc
Definition in file mem.c.
| int init_pkg_mallocs | ( | void | ) |
Definition at line 68 of file mem.c.
References fm_malloc_init().

1.7.1