Home
last modified time | relevance | path

Searched refs:AllocGetData (Results 1 – 4 of 4) sorted by relevance

/system/extras/memory_replay/tests/
DAllocTest.cpp28 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/
DAlloc.h45 void AllocGetData(const std::string& line, AllocEntry* entry);
DFile.cpp155 AllocGetData(&contents[start_str], &(*entries)[entry_idx++]); in GetUnwindInfo()
DAlloc.cpp29 void AllocGetData(const std::string& line, AllocEntry* entry) { in AllocGetData() function