added SlipListMap<gc:nogc> to map tests
[libcds.git] / tests / unit / michael_alloc.cpp
1 //$$CDS-header$$
2
3 #include "michael_alloc.h"
4
5 namespace memory {
6     michael_heap s_MichaelHeap;
7 }