Skip to content
#

memory-profiler

Here are 30 public repositories matching this topic...

pablogsal
pablogsal commented May 7, 2022

Consider this code:

import mmap

with mmap.mmap(-1, 10000000000):
    pass

This is what we currently show in the stat reporter:

📏 Total allocations:
        20

📦 Total memory allocated:
        9.313GB

📊 Histogram of allocation size:
        min: 528.000B
        ----------------------------------------
        < 2.754KB  : 8 ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
     
bug good first issue

Improve this page

Add a description, image, and links to the memory-profiler topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the memory-profiler topic, visit your repo's landing page and select "manage topics."

Learn more