Searched refs:VEC_MALLOC (Results 1 – 3 of 3) sorted by relevance
108 v->flags = size_bits[4] | flags | VEC_MALLOC; in _mesa_vector4f_alloc()120 if (v->flags & VEC_MALLOC) { in _mesa_vector4f_free()125 v->flags &= ~VEC_MALLOC; in _mesa_vector4f_free()
40 #define VEC_MALLOC 0x10 /* storage field points to self-allocated mem*/ macro
163 DEFINE( "VEC_MALLOC ", VEC_MALLOC ); in main()