~meliae-dev/meliae/tarmac-test

  • Committer: John Arbash Meinel
  • Date: 2010-07-29 21:44:49 UTC
  • Revision ID: john@arbash-meinel.com-20100729214449-t6giuurb1ukteb0a
Implement MemObjectCollection.tp_traverse.

Note that this probably won't impact gc, because MemObjectCollection doesn't have
any 'object' members, and thus probably is not a gc object.
However, it does mean that Meliae should be able to get a more accurate representation
of how much total memory is being managed by that object.
Filename Latest Rev Last Changed Committer Comment Size
..
meliae 65 14 years ago John Arbash Meinel Change the branding from 'memory_dump' to 'meliae' Diff
.bzrignore 165 13 years ago John Arbash Meinel Add MemObjectProxy.iter_recursive_refs() which all 73 bytes Diff Download File
CHANGES.txt 167 13 years ago John Arbash Meinel Documentation 3.6 KB Diff Download File
COPYING.txt 63 14 years ago John Arbash Meinel Switch from GPL v2 or later, to LGPL 3 or later 34.3 KB Diff Download File
Makefile 73.1.3 14 years ago Robert Collins Support converting MemObjects into json. 125 bytes Diff Download File
README.txt 130 14 years ago John Arbash Meinel Rename README => README.txt, add CHANGES.txt 186 bytes Diff Download File
File remove_expensive_references.py 86 14 years ago John Arbash Meinel Change license to GPL v3. Official policy is to u 1.6 KB Diff Download File
run_tests.py 86 14 years ago John Arbash Meinel Change license to GPL v3. Official policy is to u 1 KB Diff Download File
setup.py 128 14 years ago John Arbash Meinel Depend on cython or pyrex being installed. Use Cy 3.1 KB Diff Download File
File strip_duplicates.py 86 14 years ago John Arbash Meinel Change license to GPL v3. Official policy is to u 3 KB Diff Download File
TODO.txt 145 13 years ago John Arbash Meinel Update TODO a bit, since I've actually done some o 1.1 KB Diff Download File
track_memory.py 150 13 years ago John Arbash Meinel Merge Andrew's branch, handle the return value fro 2.3 KB Diff Download File