Skip to content

Add code to track malloc/free #6

@sairahul

Description

@sairahul

Add code to track malloc/free calls. Following features can be implemented using that.

  1. We know what is being allocated in stack/heap.
  2. We know dangling pointers.
  3. We know double frees.
  4. We will know incorrect free. (When some part of the allocated memory is freed.)
  5. Can track lost memory.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions