/* MANAGED-BY-SYSTEM-BUILDER                                    */

/*
** User heap source file generated on Jun 20, 2008 at 11:15:09.
**
** Copyright (C) 2000-2008 Analog Devices Inc., All Rights Reserved.
**
** This file is generated automatically based upon the options selected
** in the LDF Wizard. Changes to the LDF configuration should be made by
** changing the appropriate options rather than editing this file.
**
** Configuration:-
**     crt_doj:                                .\Debug\MediaPlayer_BF527_basiccrt.doj
**     processor:                              ADSP-BF527
**     si_revision:                            0.0
**     cplb_init_cplb_ctrl:                    127
**     cplb_init_dcache_ctrl:                  dcache_wt
**     cplb_init_cplb_src_file:                C:\SDK\Platforms\MediaPlayer\ADSP-BF527\MediaPlayer_BF527_cplbtab.c
**     cplb_init_cplb_obj_file:                .\Debug\MediaPlayer_BF527_cplbtab.doj
**     using_cplusplus:                        true
**     mem_init:                               false
**     use_vdk:                                false
**     use_eh:                                 true
**     use_argv:                               false
**     running_from_internal_memory:           true
**     user_heap_src_file:                     C:\SDK\Platforms\MediaPlayer\ADSP-BF527\MediaPlayer_BF527_heaptab.c
**     libraries_use_stdlib:                   true
**     libraries_use_fileio_libs:              false
**     libraries_use_ieeefp_emulation_libs:    false
**     libraries_use_eh_enabled_libs:          false
**     system_heap:                            L3
**     system_heap_min_size:                   8k
**     system_stack:                           L3
**     system_stack_min_size:                  8k
**     use_sdram:                              true
**     use_sdram_size:                         64M
**     use_sdram_partitioned:                  custom
**     num_user_heaps:                         1
**     user_heap0:                             L3
**     user_heap0_size:                        256k
**     user_heap0_heap_name:                   FSSGeneralHeap
**
*/


#ifdef _MISRA_RULES
#pragma diag(push)
#pragma diag(suppress:misra_rule_2_2)
#pragma diag(suppress:misra_rule_8_10)
#pragma diag(suppress:misra_rule_10_1_a)
#pragma diag(suppress:misra_rule_11_3)
#pragma diag(suppress:misra_rule_12_7)
#endif /* _MISRA_RULES */



extern "asm" int ldf_heap_space;
extern "asm" int ldf_heap_length;
extern "asm" int FSSGeneralHeap_space;
extern "asm" int FSSGeneralHeap_length;


struct heap_table_t
{
  void          *base;
  unsigned long  length;
  long int       userid;
};

#pragma file_attr("libData=HeapTable")
#pragma section("constdata")
struct heap_table_t heap_table[3] =
{


  { &ldf_heap_space, (int) &ldf_heap_length, 0 },
  { &FSSGeneralHeap_space, (int) &FSSGeneralHeap_length, 1 },


  { 0, 0, 0 }
};



#ifdef _MISRA_RULES
#pragma diag(pop)
#endif /* _MISRA_RULES */


