Removed Michael's allocator
authorkhizmax <libcds.dev@gmail.com>
Mon, 2 Jan 2017 20:27:23 +0000 (23:27 +0300)
committerkhizmax <libcds.dev@gmail.com>
Mon, 2 Jan 2017 20:27:23 +0000 (23:27 +0300)
commite67378edc5adde0bb14c3c6fde60d51c61a12b69
treea0c21d4e3fa9dd4d7e5c3a91a3189b0b4cf14096
parent83a75b81d1a6baac3d4441c5c1a6a67699659705
Removed Michael's allocator
28 files changed:
CMakeLists.txt
cds/memory/michael/allocator.h [deleted file]
cds/memory/michael/bound_check.h [deleted file]
cds/memory/michael/options.h [deleted file]
cds/memory/michael/osalloc_stat.h [deleted file]
cds/memory/michael/procheap_stat.h [deleted file]
projects/Win/vc14/cds.vcxproj
projects/Win/vc14/cds.vcxproj.filters
projects/Win/vc14/stress-framework.vcxproj
projects/Win/vc14/stress-framework.vcxproj.filters
src/michael_heap.cpp [deleted file]
test/stress/CMakeLists.txt
test/stress/framework/michael_alloc.cpp [deleted file]
test/stress/framework/michael_alloc.h [deleted file]
test/stress/map/delodd/map_delodd.h
test/stress/map/map_type.h
test/stress/map/map_type_iterable_list.h
test/stress/map/map_type_lazy_list.h
test/stress/map/map_type_michael.h
test/stress/map/map_type_michael_list.h
test/stress/queue/queue_type.h
test/stress/set/delodd/set_delodd.h
test/stress/set/set_type.h
test/stress/set/set_type_iterable_list.h
test/stress/set/set_type_lazy_list.h
test/stress/set/set_type_michael.h
test/stress/set/set_type_michael_list.h
tools/tsan-suppression