Home | History | Annotate | Download | only in darwin-x86

Lines Matching refs:heapStatus

349     int heapStatus;
352 heapStatus = _heapchk();
353 if ((heapStatus == _HEAPOK) || (heapStatus == _HEAPEMPTY))