Dr. Memory
drmemory_framework.h File Reference

Shared header for Dr. Memory Framework. More...

#include "dr_api.h"

Enumerations

enum  drmf_status_t {
  DRMF_SUCCESS,
  DRMF_ERROR,
  DRMF_ERROR_INCOMPATIBLE_VERSION,
  DRMF_ERROR_INVALID_PARAMETER,
  DRMF_ERROR_INVALID_SIZE,
  DRMF_ERROR_NOT_IMPLEMENTED,
  DRMF_ERROR_FEATURE_NOT_AVAILABLE,
  DRMF_ERROR_NOMEM,
  DRMF_ERROR_DETAILS_UNKNOWN,
  DRMF_ERROR_NOT_FOUND,
  DRMF_ERROR_INVALID_CALL,
  DRMF_ERROR_NOT_ENOUGH_REGS,
  DRMF_ERROR_ACCESS_DENIED,
  DRMF_WARNING_ALREADY_INITIALIZED,
  DRMF_ERROR_NOT_INITIALIZED,
  DRMF_ERROR_INVALID_ADDRESS
}
 

Detailed Description

Shared header for Dr. Memory Framework.