LL_FUNCTION_TRACE
#define TIMERLINK_MEM_INDEX (LL_FUNCTION_TRACE+1) /**< the index of timers memory */
memoryRequirement->agMemory[LL_FUNCTION_TRACE].singleElementLength = 1;
memoryRequirement->agMemory[LL_FUNCTION_TRACE].numElements = swConfig->TraceBufferSize;
memoryRequirement->agMemory[LL_FUNCTION_TRACE].totalLength = swConfig->TraceBufferSize;
memoryRequirement->agMemory[LL_FUNCTION_TRACE].alignment = sizeof(void *);
memoryRequirement->agMemory[LL_FUNCTION_TRACE].type = AGSA_CACHED_MEM;
memoryRequirement->agMemory[LL_FUNCTION_TRACE].singleElementLength,
memoryRequirement->agMemory[LL_FUNCTION_TRACE].totalLength,
memoryRequirement->agMemory[LL_FUNCTION_TRACE].alignment,
memoryRequirement->agMemory[LL_FUNCTION_TRACE].type ));
saRoot->TraceBufferLength = memoryAllocated->agMemory[LL_FUNCTION_TRACE].totalLength;
saRoot->TraceBuffer = memoryAllocated->agMemory[LL_FUNCTION_TRACE].virtPtr;