Explorar o código

define a poison value to help debugging

Cédric Augonnet %!s(int64=15) %!d(string=hai) anos
pai
achega
3bfae32576
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      include/starpu-util.h

+ 2 - 0
include/starpu-util.h

@@ -34,6 +34,8 @@
 extern "C" {
 #endif
 
+#define STARPU_POISON_PTR	((void *)0xdeadbeef)
+
 #define STARPU_MIN(a,b)	((a)<(b)?(a):(b))
 #define STARPU_MAX(a,b)	((a)<(b)?(b):(a))