Fatal error, is this because of host?

While this is clearly out of memory error, it seems to be caused by obfuscated code in plugin’s file.

There is rarely legit reason to run that many layers of eval() so either that code is obfuscated for not-so-good reason or some error is causing endless loop (which should trigget another error by exceeding recursion, but possibly memory runs out before that).