Home
last modified time | relevance | path

Searched refs:mr_Bytes (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dzalloc.c122 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()
[all …]
H A Dzalloc_mem.h41 uintptr_t mr_Bytes; member