HEAPPROFD_API_S { # introduced=S
  global:
    AHeapProfileEnableCallbackInfo_getSamplingInterval; # systemapi
    AHeapProfile_reportSample; # systemapi
    AHeapProfile_reportFree; # systemapi
    AHeapProfile_reportAllocation; # systemapi
    AHeapProfile_registerHeap; # systemapi
    AHeapInfo_setEnabledCallback; # systemapi
    AHeapInfo_setDisabledCallback; # systemapi
    AHeapInfo_create; # systemapi
};

PRIVATE {
  global:
    AHeapProfile_initSession;
  local:
    *;
} HEAPPROFD_API_S;
