AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/make.bat
docs/_build/html/_images/LASToHTML.log_20328.svg
docs/_build/html/_images/LASToHTML.log_3938.svg
docs/_build/html/_images/LASToHTML.log_4147.svg
docs/_build/html/_images/LASToHTML.log_76753.svg
docs/_build/html/_images/LASToHTML.log_77077.svg
docs/_build/html/_images/LASToHTML.log_77633.svg
docs/_build/html/_images/LASToHTML.log_8631.svg
docs/_build/html/_images/LASToHTML.log_8692.svg
docs/_build/html/_images/LASToHTML.log_9236.svg
docs/_build/html/_images/LASToHTML.log_9434.svg
docs/_build/html/_images/LASToHTML.log_9552.svg
docs/_build/html/_images/LASToHTML.log_9685.svg
docs/_build/html/_images/process.log_14129.svg
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/source/authors.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/examples.rst
docs/source/history.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/memory_leaks.rst
docs/source/readme.rst
docs/source/reference.rst
docs/source/technical_notes.rst
docs/source/examples/c_py_mem_trace.rst
docs/source/examples/debug_malloc_stats.rst
docs/source/examples/dtrace.rst
docs/source/examples/process.rst
docs/source/examples/trace_malloc.rst
docs/source/examples/images/process.log_14129.svg
docs/source/memory_leaks/introduction.rst
docs/source/memory_leaks/techniques.rst
docs/source/memory_leaks/tools.rst
docs/source/ref/c_mem_leak.rst
docs/source/ref/c_py_mem_trace.rst
docs/source/ref/debug_malloc_stats.rst
docs/source/ref/process.rst
docs/source/ref/redirect_stdout.rst
docs/source/ref/trace_malloc.rst
docs/source/tech_notes/cPyMemTrace.rst
docs/source/tech_notes/dtrace.rst
docs/source/tech_notes/rss_cost.rst
docs/source/tech_notes/images/LASToHTML.log_20328.svg
docs/source/tech_notes/images/LASToHTML.log_3938.svg
docs/source/tech_notes/images/LASToHTML.log_4147.svg
docs/source/tech_notes/images/LASToHTML.log_76753.svg
docs/source/tech_notes/images/LASToHTML.log_77077.svg
docs/source/tech_notes/images/LASToHTML.log_77633.svg
docs/source/tech_notes/images/LASToHTML.log_8631.svg
docs/source/tech_notes/images/LASToHTML.log_8692.svg
docs/source/tech_notes/images/LASToHTML.log_9236.svg
docs/source/tech_notes/images/LASToHTML.log_9434.svg
docs/source/tech_notes/images/LASToHTML.log_9552.svg
docs/source/tech_notes/images/LASToHTML.log_9685.svg
pymemtrace/__init__.py
pymemtrace/debug_malloc_stats.py
pymemtrace/parse_dtrace_output.py
pymemtrace/process.py
pymemtrace/redirect_stdout.py
pymemtrace/trace_malloc.py
pymemtrace.egg-info/PKG-INFO
pymemtrace.egg-info/SOURCES.txt
pymemtrace.egg-info/dependency_links.txt
pymemtrace.egg-info/not-zip-safe
pymemtrace.egg-info/requires.txt
pymemtrace.egg-info/top_level.txt
pymemtrace/examples/__init__.py
pymemtrace/examples/ex_cPyMemTrace.py
pymemtrace/examples/ex_debug_malloc_stats.py
pymemtrace/examples/ex_dtrace.py
pymemtrace/examples/ex_memory_exercise.py
pymemtrace/examples/ex_process.py
pymemtrace/examples/ex_trace_malloc.py
pymemtrace/examples/example.py
pymemtrace/src/c/get_rss.c
pymemtrace/src/c/pymemtrace_util.c
pymemtrace/src/cpy/cCustom.c
pymemtrace/src/cpy/cMemLeak.c
pymemtrace/src/cpy/cPyMemTrace.c
pymemtrace/src/include/get_rss.h
pymemtrace/src/include/pymemtrace_util.h
tests/__init__.py
tests/_test_redirect_stdout.py
tests/test_cMemLeak.py
tests/test_debug_malloc_stats.py
tests/test_process.py
tests/test_settrace.py
tests/test_trace_malloc.py