Lines Matching refs:bytes
54 # [11- 0] Bytes freed
81 # [11- 0] Bytes allocated
86 bytes = unfloat12(value & 0xfff)
88 return ( freed, footprint, allowed, objs, bytes )
104 # [11- 0] Bytes allocated
109 bytes = unfloat12(value & 0xfff)
111 return ( soft_limit, actual, allowed, objs, bytes )
125 # [11- 0] External bytes allocated
129 bytes = unfloat12(value & 0xfff)
131 return ( footprint, total, limit, bytes )
157 print "+ freed=%d foot=%d allow=%d objs=%d bytes=%d" % \
159 print "+ soft=%d act=%d allow=%d objs=%d bytes=%d" % \
164 print " freed %d objects / %d bytes in %dms" % \