Searched defs:start_ns (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/malloc_debug/ |
D | RecordData.cpp | 56 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()
|
D | malloc_debug.cpp | 83 uint64_t start_ns = 0; member
|
/bionic/tests/ |
D | pthread_test.cpp | 2442 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/ |
D | linker.cpp | 1608 android_namespace_t* start_ns = const_cast<android_namespace_t*>(task->get_start_from()); in find_libraries() local
|