DynamoRIO / DynamoRIO/drmemory

Memory layout visualization feature

Open
#2,266 1 comment 2 reactions 1 assignee Claimed by @derekbruening View on GitHub
Type-Feature
Dominant language
C
Stars
2.7k
Forks
290
PR merge metrics
No merged PRs in 30d

Description

This is a feature request for visualizing the objects on the heap, pointers between them, and pointers between the heap and stack. The target is small intro-CS-course programs where there are not many objects. The idea is to start by doing something akin to a leak scan but only over heap objects allocated after the entry to main() (so we require symbols) and over thread stacks, but stopping for the primary thread when the main() frame is passed. Scaling to large programs is not an up-front goal.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.