]> pd.if.org Git - nbds/blobdiff - runtime/mem.c
Bug fix in ht_iter_next() from Rui Ueyama
[nbds] / runtime / mem.c
index a2dac2dfaf61a99dfde17cac17e57f6515a3470f..5b0aa6759d6a2ada833776d3d48f1af266313d92 100644 (file)
@@ -14,8 +14,6 @@
 #include "rlocal.h"
 #include "lwt.h"
 
-#define RECYCLE_PAGES
-
 #define MAX_SCALE        31 // allocate blocks up to 4GB (arbitrary, could be bigger)
 #ifndef NBD32
 #define MIN_SCALE         3 // smallest allocated block is 8 bytes