MEMM-120 — Cannot allocate memory on the stack
Kernun memory manager provides allocating memory from the stack. Such memory is automatically deallocated when the current function returns.
This message means that allocation of stack memory failed, but the process will not be terminated immediately. The error condition is passed to a caller which must handle the error.