* this token is defined, all ANSI control codes in the application code from the TerminalCodes.h header are removed from\r
* the source code at compile time.\r
*\r
- * <b>NUM_BLOCKS</b> - ( \ref Group_MemoryAllocator ) \n\r
- * Sets the number of allocable blocks in the pseudo-heap of the dynamic memory allocation driver. This should be\r
- * defined as a constant larger than zero.\r
- *\r
- * <b>BLOCK_SIZE</b> - ( \ref Group_MemoryAllocator ) \n\r
- * Sets the size of each allocable block in the pseudo-heap of the dynamic memory allocation driver. This should be\r
- * defined as a constant larger than zero.\r
- *\r
- * <b>NUM_HANDLES</b> - ( \ref Group_MemoryAllocator ) \n\r
- * Sets the maximum number of managed memory handles which can be handed out by the dynamic memory allocation driver\r
- * simultaneously, before a handle (and its associated allocated memory) must be freed.\r
- *\r
- *\r
* \section Sec_SummaryUSBClassTokens USB Class Driver Related Tokens\r
* This section describes compile tokens which affect USB class-specific drivers in the LUFA library.\r
*\r