Searched refs:alloc_address (Results 1 – 6 of 6) sorted by relevance
336 uint64_t alloc_address) { in RecordMalloc() argument354 metadata.alloc_address = alloc_address; in RecordMalloc()397 bool Client::RecordFree(const uint64_t alloc_address) { in RecordFree() argument417 current_entry.addr = alloc_address; in RecordFree()
73 uint64_t alloc_address) PERFETTO_WARN_UNUSED_RESULT;76 bool RecordFree(uint64_t alloc_address) PERFETTO_WARN_UNUSED_RESULT;
32 return std::tie(one.sequence_number, one.alloc_size, one.alloc_address, in operator ==()35 other.alloc_address, other.stack_pointer, in operator ==()80 metadata.alloc_address = 0xC1C2C3C4C5C6C7C8; in TEST()
98 uint64_t alloc_address; member
122 metadata->alloc_address = 0x10; in GetRecord()
979 heap_tracker.RecordMalloc(alloc_rec.frames, alloc_metadata.alloc_address, in HandleAllocRecord()