mbox series

[v2,0/2] proc-info memory dump enhancement

Message ID 20240730110313.2555473-1-g.singh@nxp.com (mailing list archive)
Headers
Series proc-info memory dump enhancement |

Message

Gagandeep Singh July 30, 2024, 11:03 a.m. UTC
v2 change:
* Handled a comment to add "MALLOC" while dumping
  malloc heaps.

Gagandeep Singh (2):
  app/proc-info: add memory heap dump
  eal: add total memory size in memory dump APIs

 app/proc-info/main.c                |  5 +++++
 lib/eal/common/eal_common_memory.c  |  2 ++
 lib/eal/common/eal_common_memzone.c | 18 ++++++++++++++++--
 3 files changed, 23 insertions(+), 2 deletions(-)