Define COAL_ALLOCA_MAX_STACK_BYTES
Defined in File alloca.h
Define Documentation
-
COAL_ALLOCA_MAX_STACK_BYTES
Maximum number of bytes that
COAL_MAKE_ALLOCA_BOOST_SPANwill allocate on the stack viaalloca. Requests that exceed this threshold fall back to a heap allocation managed by astd::unique_ptr.This file is heavily inspired by Pinocchio