]> pd.if.org Git - nbds/blob - include/mem.h
add hazard pointer implementation. buggy
[nbds] / include / mem.h
1 /* 
2  * Written by Josh Dybnis and released to the public domain, as explained at
3  * http://creativecommons.org/licenses/publicdomain
4  */
5 #ifndef MEM_H
6 #define MEM_H
7 void *nbd_malloc (size_t n);
8 void nbd_free (void *x);
9 #endif//MEM_H