mesa/src/util/u_dynarray.c

9 lines
149 B
C

/*
* Copyright 2023 Valve Corporation
* SPDX-License-Identifier: MIT
*/
#include "u_dynarray.h"
unsigned util_dynarray_is_data_stack_allocated;