HPCToolkit
hpcrun-malloc.h File Reference
#include "valgrind.h"
#include <stddef.h>
Include dependency graph for hpcrun-malloc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void * hpcrun_malloc (size_t size)
 
void * hpcrun_malloc_freeable (size_t size)
 
void hpcrun_memory_reinit (void)
 
void hpcrun_reclaim_freeable_mem (void)
 
void hpcrun_memory_summary (void)
 

Function Documentation

◆ hpcrun_malloc()

void* hpcrun_malloc ( size_t  size)

Definition at line 275 of file mem.c.

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

◆ hpcrun_malloc_freeable()

void* hpcrun_malloc_freeable ( size_t  size)

Definition at line 351 of file mem.c.

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

◆ hpcrun_memory_reinit()

void hpcrun_memory_reinit ( void  )

Definition at line 212 of file mem.c.

Here is the caller graph for this function:

◆ hpcrun_memory_summary()

void hpcrun_memory_summary ( void  )

Definition at line 387 of file mem.c.

Here is the caller graph for this function:

◆ hpcrun_reclaim_freeable_mem()

void hpcrun_reclaim_freeable_mem ( void  )

Definition at line 260 of file mem.c.

Here is the caller graph for this function: