1 /* 2 * Copyright 2023 Valve Corporation 3 * SPDX-License-Identifier: MIT 4 */ 5 6 #include "u_dynarray.h" 7 8 unsigned util_dynarray_is_data_stack_allocated; 9