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

/darwin-on-arm/xnu/bsd/hfs/
H A DMacOSStubs.c137 Ptr tmptr; local
138 MALLOC (tmptr, Ptr, byteCount, M_TEMP, M_WAITOK);
139 if (tmptr)
140 bzero(tmptr, byteCount);
141 return tmptr;
148 Ptr tmptr; local
149 MALLOC (tmptr, Ptr, byteCount, M_TEMP, M_WAITOK);
150 return tmptr;

Completed in 15 milliseconds