Searched refs:alloc_address (Results 1 – 6 of 6) sorted by relevance
255 uint64_t alloc_address) { in RecordMalloc() argument274 metadata.alloc_address = alloc_address; in RecordMalloc()315 bool Client::RecordFree(const uint64_t alloc_address) { in RecordFree() argument331 current_entry.addr = alloc_address; in RecordFree()
70 uint64_t alloc_address);73 bool RecordFree(uint64_t alloc_address);
33 return std::tie(one.sequence_number, one.alloc_size, one.alloc_address, in operator ==()36 other.alloc_address, other.stack_pointer, in operator ==()79 metadata.alloc_address = 0xC1C2C3C4C5C6C7C8; in TEST()
95 uint64_t alloc_address; member
104 metadata->alloc_address = 0x10; in GetRecord()
825 heap_tracker.RecordMalloc(alloc_rec.frames, alloc_metadata.alloc_address, in HandleAllocRecord()