Lines Matching refs:mr_Bytes
121 if (bytes + extra > mn->mr_Bytes) in znalloc()
134 new->mr_Bytes = mn->mr_Bytes - extra; in znalloc()
137 mn->mr_Bytes = extra; in znalloc()
148 if (mn->mr_Bytes == bytes) { in znalloc()
153 mn->mr_Bytes = ((MemNode *)ptr)->mr_Bytes - bytes; in znalloc()
222 ((MemNode *)ptr)->mr_Bytes = in zfree()
223 bytes + mn->mr_Bytes; in zfree()
226 ((MemNode *)ptr)->mr_Bytes = bytes; in zfree()
236 if ((char *)pmn + ((MemNode*)pmn)->mr_Bytes == in zfree()
239 ((MemNode *)pmn)->mr_Bytes += in zfree()
240 mn->mr_Bytes; in zfree()
246 if ((char *)ptr < (char *)mn + mn->mr_Bytes) { in zfree()
256 (char *)pmn + ((MemNode *)pmn)->mr_Bytes != (char *)ptr) { in zfree()
258 ((MemNode *)ptr)->mr_Bytes = bytes; in zfree()
262 ((MemNode *)pmn)->mr_Bytes += bytes; in zfree()
322 if ((char *)mn + mn->mr_Bytes != mp->mp_End) { in zallocstats()
323 hbytes += mn->mr_Bytes; in zallocstats()
328 ((char *)mn + mn->mr_Bytes); in zallocstats()