Searched refs:alloc_name (Results 1 – 3 of 3) sorted by relevance
634 alloc_name = "pymalloc_debug"636 alloc_name = "malloc_debug"637 self.assertEqual(out, alloc_name)
794 alloc_name = _testcapi.pymem_getallocatorsname()799 with_pymalloc = (alloc_name in ('pymalloc', 'pymalloc_debug'))
1147 llvm::StringRef alloc_name = alloc->getName(); in RewritePersistentAllocs() local1149 if (alloc_name.startswith("$") && !alloc_name.startswith("$__lldb")) { in RewritePersistentAllocs()1150 if (alloc_name.find_first_of("0123456789") == 1) { in RewritePersistentAllocs()