Find the answer to your Linux question:
Results 1 to 5 of 5
Hello all. I have been assigned a school project on detecting memory leaks in linux processes. I am reading.. but have found it hard and inefficient to go through the ...
  1. #1
    Just Joined!
    Join Date
    Apr 2011
    Posts
    5

    process memory allocation

    Hello all. I have been assigned a school project on detecting memory leaks in linux processes. I am reading.. but have found it hard and inefficient to go through the very vast documentation not knowing what to really look for. Could you please give me some guidelines on this subject?
    Cheers,
    alexcalin

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,097
    This might be a starting point: Valgrind
    You must always face the curtain with a bow.

  3. #3
    Just Joined!
    Join Date
    Apr 2011
    Posts
    5
    Ok then, thanks for the hint. Next task in the very useful direction that you have pointed me : how do I simulate the execution of a program? any resources on that?
    cheers

  4. #4
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,097
    You must always face the curtain with a bow.

  5. #5
    Just Joined!
    Join Date
    Apr 2011
    Posts
    5
    sorry for not being more precisely: I need to make a program that simulates the execution of another ... just like valgrind does from scratch. Something about how it would be achieved, theory, books or anything would be useful.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...