const CALLBACK_STACK_SIZE: usize = 1024;
Expand description
The size of the temporary stack we use for callbacks that the server executes in the client.
This should be big enough that mempr_on
and mempr_off
can safely be jumped into with the
stack pointer pointing to a “stack” of this size without overflowing it.