Home
last modified time | relevance | path

Searched defs:start_ns (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/malloc_debug/
DRecordData.cpp56 AllocEntry::AllocEntry(void* pointer, uint64_t start_ns, uint64_t end_ns) in AllocEntry()
59 MallocEntry::MallocEntry(void* pointer, size_t size, uint64_t start_ns, uint64_t end_ns) in MallocEntry()
67 FreeEntry::FreeEntry(void* pointer, uint64_t start_ns, uint64_t end_ns) in FreeEntry()
75 CallocEntry::CallocEntry(void* pointer, size_t nmemb, size_t size, uint64_t start_ns, in CallocEntry()
84 ReallocEntry::ReallocEntry(void* pointer, size_t size, void* old_pointer, uint64_t start_ns, in ReallocEntry()
94 MemalignEntry::MemalignEntry(void* pointer, size_t size, size_t alignment, uint64_t start_ns, in MemalignEntry()
Dmalloc_debug.cpp83 uint64_t start_ns = 0; member
/bionic/tests/
Dpthread_test.cpp2442 const int64_t start_ns = ts.tv_sec * NS_PER_S + ts.tv_nsec; in pthread_mutex_timedlock_helper() local
2499 const int64_t start_ns = ts.tv_sec * NS_PER_S + ts.tv_nsec; in pthread_mutex_timedlock_pi_helper() local
/bionic/linker/
Dlinker.cpp1608 android_namespace_t* start_ns = const_cast<android_namespace_t*>(task->get_start_from()); in find_libraries() local