Home | History | Annotate | Download | only in src

Lines Matching refs:Address

65   void AddRange(Address addr, int size, unsigned node_id);
66 unsigned GetTraceNodeId(Address addr);
67 void MoveObject(Address from, Address to, int size);
74 RangeStack(Address start, unsigned node_id)
76 Address start;
80 typedef std::map<Address, RangeStack> RangeMap;
82 void RemoveRange(Address start, Address end);
103 void AllocationEvent(Address addr, int size);