mesa/src/util/u_dynarray.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
149 B
C
Raw Normal View History

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