Home
last modified time | relevance | path

Searched refs:alloc_name (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_cmd_line.py634 alloc_name = "pymalloc_debug"
636 alloc_name = "malloc_debug"
637 self.assertEqual(out, alloc_name)
Dtest_sys.py794 alloc_name = _testcapi.pymem_getallocatorsname()
799 with_pymalloc = (alloc_name in ('pymalloc', 'pymalloc_debug'))
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DIRForTarget.cpp1147 llvm::StringRef alloc_name = alloc->getName(); in RewritePersistentAllocs() local
1149 if (alloc_name.startswith("$") && !alloc_name.startswith("$__lldb")) { in RewritePersistentAllocs()
1150 if (alloc_name.find_first_of("0123456789") == 1) { in RewritePersistentAllocs()