HIP: Heterogenous-computing Interface for Portability
Functions
HCC-specific debug facilities

Functions

void hipdbPrintMem (void *targetAddress)
 
  • Print memory tracker information for this pointer.
More...
 

Detailed Description

Function Documentation

void hipdbPrintMem ( void *  targetAddress)

  • Print memory tracker information for this pointer.

HIP maintains a table for all memory allocations performed by the application. If targetAddress is 0, the entire table is printed to stderr. If targetAddress is non-null, this routine will perform some forensic analysis to find the pointer