Home
last modified time | relevance | path

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

/aosp12/system/extras/memory_replay/tests/
H A 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()
/aosp12/system/extras/memory_replay/
H A DThread.h42 void SetAllocEntry(const AllocEntry* entry) { entry_ = entry; } in SetAllocEntry() function
H A Dmain.cpp102 thread->SetAllocEntry(&entry); in ProcessDump()
H A DThreads.cpp151 threads_[i].SetAllocEntry(&thread_done); in FinishAll()