SURFEX v8.1
General documentation of Surfex
Functions
intercept_alloc.h File Reference

Go to the source code of this file.

Functions

void * EC_malloc (long long int size)
 
void * EC_calloc (long long int nelem, long long int elsize)
 
void * EC_realloc (void *p, long long int size)
 
char * EC_strdup (const char *s)
 
void EC_free (void *p)
 

Function Documentation

◆ EC_calloc()

void* EC_calloc ( long long int  nelem,
long long int  elsize 
)

Definition at line 490 of file getcurheap.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EC_free()

void EC_free ( void *  p)

Definition at line 315 of file getcurheap.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EC_malloc()

void* EC_malloc ( long long int  size)

Definition at line 366 of file getcurheap.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EC_realloc()

void* EC_realloc ( void *  p,
long long int  size 
)

Definition at line 498 of file getcurheap.c.

Here is the call graph for this function:

◆ EC_strdup()

char* EC_strdup ( const char *  s)

Definition at line 521 of file getcurheap.c.

Here is the call graph for this function: