Name

MEMM-120 — Cannot allocate memory on the stack

Severity

C (critical)

Message text

Cannot allocate %u bytes from stack

Description

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.

See also

MEMM-121(6), logging(7)

Authors

This man page is a part of Kernun Firewall.
Copyright © 2000–2023 Trusted Network Solutions, a. s.
All rights reserved.