Yet Another eXchange Tool
0.9.0
|
fail-safe [cm]alloc wrappers More...
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include "core/ppm_xfuncs.h"
#include "core/core.h"
#include "core/symprefix.h"
Go to the source code of this file.
Functions | |
void *SymPrefix() | xcalloc (size_t nmemb, size_t size, const char *source, int line) |
void *SymPrefix() | xmalloc (size_t size, const char *source, int line) |
void *SymPrefix() | xrealloc (void *ptr, size_t size, const char *source, int line) |
fail-safe [cm]alloc wrappers
Definition in file xmalloc.c.
void* SymPrefix() xcalloc | ( | size_t | nmemb, |
size_t | size, | ||
const char * | source, | ||
int | line | ||
) |
void* SymPrefix() xmalloc | ( | size_t | size, |
const char * | source, | ||
int | line | ||
) |