SURFEX v8.1
General documentation of Surfex
Functions
sharedmem.c File Reference

Go to the source code of this file.

Functions

void sharedmem_malloc_bytes (void **ptr, size_t bytes)
 
void sharedmem_free (void **ptr)
 
void sharedmem_advance_bytes (void **ptr, size_t bytes)
 

Function Documentation

◆ sharedmem_advance_bytes()

void sharedmem_advance_bytes ( void **  ptr,
size_t  bytes 
)

Definition at line 14 of file sharedmem.c.

Here is the caller graph for this function:

◆ sharedmem_free()

void sharedmem_free ( void **  ptr)

Definition at line 9 of file sharedmem.c.

Here is the caller graph for this function:

◆ sharedmem_malloc_bytes()

void sharedmem_malloc_bytes ( void **  ptr,
size_t  bytes 
)

Definition at line 4 of file sharedmem.c.

Here is the caller graph for this function: