-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file guardedalloc/cpp/mallocn.cpp
+ * \ingroup MEM
+ */
+
+
#include <new>
#include "../MEM_guardedalloc.h"
-/**
+/*
* $Id$
* ***** BEGIN GPL LICENSE BLOCK *****
*
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file guardedalloc/intern/mallocn.c
+ * \ingroup MEM
+ */
+
+
/**
* $Id$
-/**
+/*
* $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
* ***** END GPL LICENSE BLOCK *****
*/
+
+/** \file guardedalloc/intern/mmap_win.c
+ * \ingroup MEM
+ */
+
#if defined(WIN32)