Hazard Pointer GC refactoring
authorkhizmax <libcds.dev@gmail.com>
Sat, 15 Nov 2014 13:32:40 +0000 (16:32 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sat, 15 Nov 2014 13:32:40 +0000 (16:32 +0300)
commit9b4289e2ef6efad125925b14ae6cdcc670ce4d67
tree461747b71b586107b12a2df1c6d1068bbf729d07
parent39b87766c998a31456e5fbfd2b48ebc7a5d42167
Hazard Pointer GC refactoring
12 files changed:
cds/gc/details/hp.h [new file with mode: 0644]
cds/gc/details/hp_alloc.h [new file with mode: 0644]
cds/gc/details/hp_inline.h [new file with mode: 0644]
cds/gc/details/hp_type.h [new file with mode: 0644]
cds/gc/hp/details/hp_alloc.h [deleted file]
cds/gc/hp/details/hp_inline.h [deleted file]
cds/gc/hp/details/hp_type.h [deleted file]
cds/gc/hp/hp.h [deleted file]
cds/gc/hp/hp_decl.h
projects/Win/vc12/cds.vcxproj
projects/Win/vc12/cds.vcxproj.filters
src/hp_gc.cpp