issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / tests / unit / alloc / michael_allocator.cpp
1 //$$CDS-header$$
2
3 #include "alloc/michael_allocator.h"
4
5 namespace memory {
6     t_MichaelHeap_NoStat  s_MichaelHeap_NoStat;
7     t_MichaelHeap_Stat    s_MichaelHeap_Stat;
8 }