Skip to content

Instantly share code, notes, and snippets.

@cdisomma1
Created August 22, 2017 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdisomma1/0aad510ece8f53aa7a9096f4324e813b to your computer and use it in GitHub Desktop.
Save cdisomma1/0aad510ece8f53aa7a9096f4324e813b to your computer and use it in GitHub Desktop.
Linux Memory Leaks
types | # objects | total size
=================================== | =========== | ============
list | 1301 | 133.17 KB
str | 1320 | 73.91 KB
dict | 21 | 10.24 KB
int | 153 | 3.59 KB
wrapper_descriptor | 9 | 720 B
_sre.SRE_Pattern | 3 | 668 B
instance | 9 | 648 B
getset_descriptor | 4 | 288 B
weakref | 3 | 264 B
member_descriptor | 3 | 216 B
<class 'urlparse.SplitResult | 2 | 208 B
function (store_info) | 1 | 120 B
cell | 2 | 112 B
<class 'netuitive.element.Element | 1 | 64 B
<class 'threading._RLock | 1 | 64 B
types | # objects | total size
======= | =========== | ============
list | 5 | 480 B
str | 7 | 414 B
int | 2 | 48 B
types | # objects | total size
======= | =========== | ============
str | 1 | 48 B
types | # objects | total size
======= | =========== | ============
str | 1 | 48 B
types | # objects | total size
======= | =========== | ============
str | 1 | 48 B
list | 0 | 32 B
types | # objects | total size
======= | =========== | ============
str | 1 | 48 B
types | # objects | total size
======= | =========== | ============
str | 1 | 48 B
types | # objects | total size
======= | =========== | ============
str | 1 | 48 B
types | # objects | total size
======= | =========== | ============
list | 0 | 64 B
str | 1 | 48 B
types | # objects | total size
======= | =========== | ============
str | 1 | 48 B
types | # objects | total size
======= | =========== | ============
str | 1 | 49 B
types | # objects | total size
======= | =========== | ============
str | 1 | 49 B
types | # objects | total size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment