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

/macosx-10.10/bash-94.1.2/bash-3.2/lib/malloc/
H A Dmalloc.c853 int ubytes; /* caller-requested size */ local
869 ubytes = p->mh_nbytes;
955 mtrace_free (mem, ubytes, file, line);
957 mtrace_free (mem, ubytes, file, line);
962 mregister_free (mem, ubytes, file, line);
967 _malloc_ckwatch (mem, file, line, W_FREE, ubytes);

Completed in 59 milliseconds