|
YAC 3.12.0
Yet Another Coupler
|
fail-safe [cm]alloc wrappers More...
#include <errno.h>#include <stdlib.h>#include <string.h>#include "ppm/ppm_xfuncs.h"#include "ppm/core.h"#include "ppm/symprefix.h"
Go to the source code of this file.
Macros | |
| #define | TEST_POINTER(SIZE) |
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.
| #define TEST_POINTER | ( | SIZE | ) |
| 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 ) |