Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmalloc_heapprofd.cpp360 static void* InitHeapprofd(void*) { in InitHeapprofd() function
390 if (pthread_create(&thread_id, nullptr, InitHeapprofd, nullptr) != 0) { in MallocInitHeapprofdHook()