OpenVAS Libraries  7.0.4
Functions
system.h File Reference
#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 *)
 

Function Documentation

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 *  )