HomeSort by relevance Sort by last modified time
    Searched full:get_traced_memory (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Lib/test/
test_tracemalloc.py 192 size, peak_size = tracemalloc.get_traced_memory()
201 size2, peak_size2 = tracemalloc.get_traced_memory()
208 self.assertEqual(tracemalloc.get_traced_memory(), (0, 0))
212 size, peak_size = tracemalloc.get_traced_memory()
217 self.assertEqual(tracemalloc.get_traced_memory(), (0, 0))
910 def get_traced_memory(self): member in class:TestCAPI
    [all...]
  /external/python/cpython3/Modules/
_tracemalloc.c     [all...]
  /external/python/cpython3/Doc/library/
tracemalloc.rst 288 .. function:: get_traced_memory()

Completed in 165 milliseconds