OpenVAS Libraries
6.0+beta5
|
#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 *) |
size_t | estrlen (const char *, size_t) |
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 * | ) |
size_t estrlen | ( | const char * | , |
size_t | |||
) |