Now we have a number of contributions in C++ which are outside the control of
FM.
This means that we have lost the ability to detect memory leaks for example.
What do you think about subject?
--
Xavi
#include "hbapi.h"
#ifdef HB_FM_STATISTICS
void* operator new(size_t nSize)
{
return hb_xgrab(nSize);
}
void operator delete(void* p)
{
hb_xfree(p);
}
#endif
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour