optionally use guarded alloc for tiles compositor, also replace allocation functions with a macro.

This commit is contained in:
2012-06-25 09:14:37 +00:00
parent 78196d60d1
commit cc0784c1b9
144 changed files with 261 additions and 486 deletions

View File

@@ -102,6 +102,10 @@ public:
* @brief get the allocated memory
*/
inline MemoryBuffer *getBuffer() { return this->buffer; }
#ifdef WITH_CXX_GUARDEDALLOC
MEM_CXX_CLASS_ALLOC_FUNCS("COM:MemoryProxy")
#endif
};
#endif