DynamoRIO / DynamoRIO/drmemory
[heapstat] split heapstat data into malloc/calloc/realloc
Open
Component-Heapstat
Migrated
Priority-Low
- Dominant language
- C
- Stars
- 2.7k
- Forks
- 290
- PR merge metrics
- No merged PRs in 30d
Description
_From [derek.br...@gmail.com](https://code.google.com/u/117968039472581148324/) on December 10, 2010 19:52:12_
PR 469015
it might be useful to be able to split the heap usage into the source
allocation call: malloc, calloc, or realloc. if we add new to that list we
start getting into partial callstacks but could stop at new.
_Original issue: http://code.google.com/p/drmemory/issues/detail?id=210_
Contributor guide
Assessment
This issue has not been assessed yet.