|
@@ -239,11 +239,9 @@ int starpu_free(void *A)
|
|
|
return 0;
|
|
return 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-#ifdef STARPU_GCC_PLUGIN
|
|
|
|
|
/* Internal convenience function, used by code generated by the GCC
|
|
/* Internal convenience function, used by code generated by the GCC
|
|
|
* plug-in. */
|
|
* plug-in. */
|
|
|
void _starpu_free_unref(void *p)
|
|
void _starpu_free_unref(void *p)
|
|
|
{
|
|
{
|
|
|
(void)starpu_free(* (void **)p);
|
|
(void)starpu_free(* (void **)p);
|
|
|
}
|
|
}
|
|
|
-#endif
|
|
|