api_stackmon_limit
List of: Functions
Subjects: Modeler Control
Contents: Kernel

Action: Sets the limit in bytes of how much stack ACIS may use.

Prototype: outcome api_stackmon_limit (


size_t limit // bytes of stack memory


);

Includes: #include "kernel/acis.hxx"

#include "kernel/kernapi/api/api.hxx"

#include "kernel/kernapi/api/kernapi.hxx"

Description: ACIS can monitor the size of the stack. This function sets the limit in bytes of how much stack ACIS may use. If the limit is exceeded, ACIS will trap, returning EXCESSIVE_RECURSION. Passing 0 results in no stack monitoring.

Library: kernel

Filename: kern/kernel/kernapi/api/kernapi.hxx

Effect: Read-only
PDF/KERN/16FNA.PDF
HTM/DATA/KERN/KERN/16FNA/0158.HTM