Initial code drop for merging block_cache
This commit is contained in:
		@@ -19,6 +19,8 @@
 | 
			
		||||
#include "persistent-data/space-maps/recursive.h"
 | 
			
		||||
#include "persistent-data/space-maps/subtracting_span_iterator.h"
 | 
			
		||||
 | 
			
		||||
#include <list>
 | 
			
		||||
 | 
			
		||||
using namespace persistent_data;
 | 
			
		||||
 | 
			
		||||
//----------------------------------------------------------------
 | 
			
		||||
@@ -286,7 +288,7 @@ namespace {
 | 
			
		||||
			BOP_SET
 | 
			
		||||
		};
 | 
			
		||||
 | 
			
		||||
		typedef map<block_address, list<block_op> > op_map;
 | 
			
		||||
		typedef map<block_address, std::list<block_op> > op_map;
 | 
			
		||||
		op_map ops_;
 | 
			
		||||
 | 
			
		||||
		subtracting_span_iterator::block_set allocated_blocks_;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user