Lines Matching refs:waste
111 def loc_exist(loc_track, addr, handle, waste):
113 if loc['addr'] == addr and loc['handle'] == handle and loc['waste'] == waste:
121 waste = cache['object_size'] - int(orig_size)
128 loc = loc_exist(loc_track, addr, handle, waste)
148 'waste' : waste,
214 if loc['waste']:
215 gdb.write(" waste=%d/%d" % (loc['count'] * loc['waste'], loc['waste']))