• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1HEAPPROFD_API_S { # introduced=S
2  global:
3    AHeapProfileEnableCallbackInfo_getSamplingInterval; # systemapi
4    AHeapProfile_reportSample; # systemapi
5    AHeapProfile_reportFree; # systemapi
6    AHeapProfile_reportAllocation; # systemapi
7    AHeapProfile_registerHeap; # systemapi
8    AHeapInfo_setEnabledCallback; # systemapi
9    AHeapInfo_setDisabledCallback; # systemapi
10    AHeapInfo_create; # systemapi
11};
12
13PRIVATE {
14  global:
15    AHeapProfile_initSession;
16  local:
17    *;
18} HEAPPROFD_API_S;
19