Searched refs:time_nsecs (Results 1 – 1 of 1) sorted by relevance
101 uint64_t time_nsecs = Nanotime(); in MallocExecute() local104 time_nsecs = Nanotime() - time_nsecs; in MallocExecute()108 return time_nsecs; in MallocExecute()113 uint64_t time_nsecs = Nanotime(); in CallocExecute() local116 time_nsecs = Nanotime() - time_nsecs; in CallocExecute()120 return time_nsecs; in CallocExecute()130 uint64_t time_nsecs = Nanotime(); in ReallocExecute() local133 time_nsecs = Nanotime() - time_nsecs; in ReallocExecute()137 return time_nsecs; in ReallocExecute()142 uint64_t time_nsecs = Nanotime(); in MemalignExecute() local[all …]