can_allocation_fit_on_stack 1319 src/CodeGen_C.cpp if (can_allocation_fit_on_stack(stack_bytes)) { can_allocation_fit_on_stack 56 src/CodeGen_Internal.h bool can_allocation_fit_on_stack(int64_t size); can_allocation_fit_on_stack 95 src/CodeGen_Posix.cpp } else if (!can_allocation_fit_on_stack(stack_bytes)) { can_allocation_fit_on_stack 85 src/Profiling.cpp if (can_allocation_fit_on_stack(stack_bytes)) { // Allocation on stack