chenlh
2025-11-13 123d3197c6d91a64931cb19dc669736b6ae5a35c
system/startup_ldf/app_heaptab.c
@@ -1,9 +1,5 @@
/*
<<<<<<< HEAD
** ADSP-21569 user heap source file generated on Sep 05, 2025 at 15:48:19.
=======
** ADSP-21569 user heap source file generated on Jul 24, 2025 at 14:17:30.
>>>>>>> 0d5b7df96a2ee186b7b085dca9cf9a33f791c430
** ADSP-21569 user heap source file generated on Oct 28, 2025 at 17:44:48.
*/
/*
** Copyright (C) 2000-2023 Analog Devices Inc., All Rights Reserved.
@@ -38,8 +34,8 @@
extern "asm" unsigned long ldf_heap_space;
extern "asm" unsigned long ldf_heap_length;
extern "asm" int L1mem_space;
extern "asm" int L1mem_length;
extern "asm" int L1Mem_space;
extern "asm" int L1Mem_length;
extern "asm" int DDRHeap_space;
extern "asm" int DDRHeap_length;
@@ -47,7 +43,7 @@
{
  { &ldf_heap_space, (unsigned long) &ldf_heap_length, 0 },
  { &L1mem_space, (unsigned long) &L1mem_length, 1 },
  { &L1Mem_space, (unsigned long) &L1Mem_length, 1 },
  { &DDRHeap_space, (unsigned long) &DDRHeap_length, 2 },
  { (void *)0, (size_t)0, 0 } /* This terminates the table. */