Home
last modified time | relevance | path

Searched defs:tracemalloc_traceback (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_tracemalloc.h57 struct tracemalloc_traceback { struct
58 Py_uhash_t hash;
60 uint16_t nframe;
62 uint16_t total_nframe;
63 struct tracemalloc_frame frames[1];
/external/python/cpython3/Python/
Dtracemalloc.c77 #define tracemalloc_traceback _PyRuntime.tracemalloc.traceback macro