A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://pythondev.readthedocs.io/memory.html below:

Python Memory — Unofficial Python Development (Victor's notes) documentation

Python Memory

See also tracemalloc.

TODO Benchmarks

Issue #13483: http://bugs.python.org/file26069/tuples.py

Memory Fragmentation Python Memory Allocators

Current allocators:

http://www.python.org/dev/peps/pep-0445/

Windows

Links:

pymalloc

Arena allocator:

Linux

/proc/self/statm:

size       total program size
           (same as VmSize in /proc/[pid]/status)
resident   resident set size
           (same as VmRSS in /proc/[pid]/status)
share      shared pages (from shared mappings)
text       text (code)
data       data + stack

http://linux-mm.org/Low_On_Memory

/proc, https://www.kernel.org/doc/Documentation/filesystems/proc.txt:

/proc/buddyinfo
/proc/pagetypeifo
/proc/slabinfo => slabtop program
/proc/meminfo
/proc/vmallocinfo

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4