Searched refs:mh_nbytes (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/malloc/
H A Dmalloc.c124 memory we either copy mh_nbytes or just change mh_nbytes if there is
139 #define mh_nbytes minfo.mi_nbytes macro
804 p->mh_nbytes = n;
863 ap -= p->mh_nbytes;
869 ubytes = p->mh_nbytes;
885 nbytes = ALLOCATED_BYTES(p->mh_nbytes);
889 We sanity-check the value of mh_nbytes against the size of the blocks
891 and obscure errors if mh_nbytes is wrong but still within range; the
898 _("free: underflow detected; mh_nbytes ou
[all...]

Completed in 104 milliseconds