Skip to content

isOOM

  isOOM returns true if the last error was an Out of Memory error

  Example:
  flag=isOOM();
  returns true if the last error was an Out of Memory error (false
  otherwise)

  isOOM is usually used in a catch block.