/** @file * * @par History */ #ifndef __ALLOCD_H #define __ALLOCD_H namespace Pol { namespace Core { void PrintAllocationData(); } } #endif