Define COAL_ALLOCA_MAX_STACK_BYTES

Define Documentation

COAL_ALLOCA_MAX_STACK_BYTES

Maximum number of bytes that COAL_MAKE_ALLOCA_BOOST_SPAN will allocate on the stack via alloca. Requests that exceed this threshold fall back to a heap allocation managed by a std::unique_ptr.

This file is heavily inspired by Pinocchio