Searched defs:end_ns (Results 1 – 2 of 2) sorted by relevance
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()76 uint64_t end_ns) in CallocEntry()85 uint64_t end_ns) in ReallocEntry()95 uint64_t end_ns) in MemalignEntry()
83 uint64_t end_ns = 0; member