Lines Matching refs:mr_Bytes
122 if (bytes + extra > mn->mr_Bytes) in znalloc()
135 new->mr_Bytes = mn->mr_Bytes - extra; in znalloc()
138 mn->mr_Bytes = extra; in znalloc()
149 if (mn->mr_Bytes == bytes) { in znalloc()
154 mn->mr_Bytes = ((MemNode *)ptr)->mr_Bytes - bytes; in znalloc()
223 ((MemNode *)ptr)->mr_Bytes = in zfree()
224 bytes + mn->mr_Bytes; in zfree()
227 ((MemNode *)ptr)->mr_Bytes = bytes; in zfree()
237 if ((char *)pmn + ((MemNode*)pmn)->mr_Bytes == in zfree()
240 ((MemNode *)pmn)->mr_Bytes += in zfree()
241 mn->mr_Bytes; in zfree()
247 if ((char *)ptr < (char *)mn + mn->mr_Bytes) { in zfree()
257 (char *)pmn + ((MemNode *)pmn)->mr_Bytes != (char *)ptr) { in zfree()
259 ((MemNode *)ptr)->mr_Bytes = bytes; in zfree()
263 ((MemNode *)pmn)->mr_Bytes += bytes; in zfree()
323 if ((char *)mn + mn->mr_Bytes != mp->mp_End) { in zallocstats()
324 hbytes += mn->mr_Bytes; in zallocstats()
329 ((char *)mn + mn->mr_Bytes); in zallocstats()