Searched refs:PYTHONMALLOC (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/test_capi/ | ||
H A D | test_misc.py | 1142 PYTHONMALLOC = 'debug' variable in PyMemDebugTests 1150 PYTHONMALLOC=self.PYTHONMALLOC, 1226 PYTHONMALLOC=self.PYTHONMALLOC, 1244 PYTHONMALLOC = 'malloc_debug' variable in PyMemMallocDebugTests 1249 PYTHONMALLOC = 'pymalloc_debug' variable in PyMemPymallocDebugTests 1255 PYTHONMALLOC = '' variable in PyMemDefaultTests |
/third_party/python/Lib/test/ | ||
H A D | test_os.py | 4578 assert_python_ok("-c", code, PYTHONMALLOC="malloc_debug") |
Completed in 9 milliseconds