OpenVAS Libraries
7.0.9
|
#include <stddef.h>
Go to the source code of this file.
Functions | |
void * | emalloc (size_t) |
char * | estrdup (const char *) |
void * | erealloc (void *, size_t) |
void | efree (void *) |
void efree | ( | void * | ) |
void* emalloc | ( | size_t | size | ) |
This method always returns the requested memory size. If anything failed during allocating it, the exit() routine is entered to stop the program.
void* erealloc | ( | void * | , |
size_t | |||
) |
char* estrdup | ( | const char * | ) |