6 #if ( SETTING_OPENCL != 0 )
11 #include "synchronized_heap_opencl.h"
16 namespace Synchronized {
26 Heap< PLATFORM_OPENCL >::ObjectBase::~ObjectBase() {
28 assert( m_refcount == 0 );
29 assert( m_pParent != NULL );
30 m_pParent->FreeObject(
this );
41 #endif // SETTING_OPENCL