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

/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
H A DEASLib.c654 int heapStatus; local
657 heapStatus = _heapchk();
658 if ((heapStatus == _HEAPOK) || (heapStatus == _HEAPEMPTY))
H A DEASLibVst.c349 int heapStatus; local
352 heapStatus = _heapchk();
353 if ((heapStatus == _HEAPOK) || (heapStatus == _HEAPEMPTY))

Completed in 38 milliseconds