]> pd.if.org Git - nbds/blobdiff - include/common.h
add hazard pointer implementation. buggy
[nbds] / include / common.h
index a4fc7e3c0e27459d777821cfe59411e2b97c56a8..c644bb5631f0ab480c0e756f62bb53aa4118f4dd 100644 (file)
 #include <string.h>
 #include <sys/types.h>
 
-#define malloc "DON'T USE MALLOC" // use nbd_malloc() instead
-#define calloc "DON'T USE CALLOC" // use nbd_malloc() instead
-#define free   "DON'T USE FREE"   // use nbd_free() instead
-
 #define MAX_NUM_THREADS 4 // make this whatever you want, but make it a power of 2
 
 #define CACHE_LINE_SIZE 64