Searched refs:AllocGetData (Results 1 – 4 of 4) sorted by relevance
/system/extras/memory_replay/tests/ |
D | AllocTest.cpp | 28 AllocGetData(line, &entry); in TEST() 39 EXPECT_DEATH(AllocGetData(line, &entry), ""); in TEST() 42 EXPECT_DEATH(AllocGetData(line, &entry), ""); in TEST() 48 AllocGetData(line, &entry); in TEST() 59 EXPECT_DEATH(AllocGetData(line, &entry), ""); in TEST() 65 AllocGetData(line, &entry); in TEST() 76 EXPECT_DEATH(AllocGetData(line, &entry), ""); in TEST() 79 EXPECT_DEATH(AllocGetData(line, &entry), ""); in TEST() 82 EXPECT_DEATH(AllocGetData(line, &entry), ""); in TEST() 88 AllocGetData(line, &entry); in TEST() [all …]
|
/system/extras/memory_replay/ |
D | Alloc.h | 45 void AllocGetData(const std::string& line, AllocEntry* entry);
|
D | File.cpp | 155 AllocGetData(&contents[start_str], &(*entries)[entry_idx++]); in GetUnwindInfo()
|
D | Alloc.cpp | 29 void AllocGetData(const std::string& line, AllocEntry* entry) { in AllocGetData() function
|