* memory) to be freed. BLOCK_SIZE gives the number of bytes in each memory block.\r
*/\r
\r
+/** @defgroup Group_MemoryAllocator Dynamic Block Memory Allocator - LUFA/MemoryAllocator/DynAlloc.h\r
+ *\r
+ * Dynamic auto-degragmenting memory block allocator functions. See DynAlloc.h description for more details.\r
+ *\r
+ * @{\r
+ */\r
+\r
#ifndef __DYN_ALLOC__\r
#define __DYN_ALLOC__\r
\r
#endif\r
\r
#endif\r
+\r
+/** @} */\r