Home
last modified time | relevance | path

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

/system/extras/memory_replay/tests/
DThreadsTest.cpp36 thread->SetAllocEntry(&thread_done); in TEST()
71 thread1->SetAllocEntry(&thread_done); in TEST()
72 thread2->SetAllocEntry(&thread_done); in TEST()
73 thread3->SetAllocEntry(&thread_done); in TEST()
105 thread->SetAllocEntry(&mallocs[i]); in TEST()
111 thread->SetAllocEntry(&frees[i]); in TEST()
117 thread->SetAllocEntry(&thread_done); in TEST()
/system/extras/memory_replay/
DThread.h42 void SetAllocEntry(const AllocEntry* entry) { entry_ = entry; } in SetAllocEntry() function
Dmain.cpp102 thread->SetAllocEntry(&entry); in ProcessDump()
DThreads.cpp151 threads_[i].SetAllocEntry(&thread_done); in FinishAll()