fprintf(stdout,"PROM size (decoder): %d words (or instructions)\n",PROM_Size_lib_dec);
fprintf(stdout,"PROM size (common): %d words (or instructions)\n",PROM_Size_lib_com);
fprintf(stdout,"Stack size (decoder): %ld words in %s() in frame #%d\n",((ptr_base_stack-ptr_max_stack)*sizeof(int16_t))/sizeof(float),location_max_stack,wc_frame);
fprintf(stdout,"Table ROM size (decoder): %ld words\n",(Const_Data_Size_rom_dec()+Const_Data_Size_ivas_rom_dec())/sizeof(float));
fprintf(stdout,"Table ROM size (binaural renderer): %ld words\n",(Const_Data_Size_ivas_rom_binauralRen()+Const_Data_Size_ivas_rom_TdBinauralR()+Const_Data_Size_ivas_rom_binaural_cr())/sizeof(float));
fprintf(stdout,"Table ROM size (common): %ld words\n",(Const_Data_Size_rom_com()+Const_Data_Size_ivas_rom_com())/sizeof(float));
fprintf(stdout,"PROM size (encoder): %d words (or instructions)\n",PROM_Size_lib_enc);
fprintf(stdout,"PROM size (common): %d words (or instructions)\n",PROM_Size_lib_com);
fprintf(stdout,"Stack size (encoder): %ld words in %s() in frame #%d\n",((ptr_base_stack-ptr_max_stack)*sizeof(int16_t))/sizeof(float),location_max_stack,wc_frame);
fprintf(stdout,"Table ROM size (encoder): %ld words\n",(Const_Data_Size_rom_enc()+Const_Data_Size_ivas_rom_enc())/sizeof(float));
fprintf(stdout,"Table ROM size (common): %ld words\n",(Const_Data_Size_rom_com()+Const_Data_Size_ivas_rom_com())/sizeof(float));
fprintf(stdout,"PROM size (renderer): %d words (or instructions)\n",PROM_Size_lib_rend);
fprintf(stdout,"Stack size: %d words in %s() in frame #%d\n",(ptr_base_stack-ptr_max_stack)*sizeof(int16_t)/sizeof(float),location_max_stack,wc_frame);
fprintf(stdout,"Table ROM size(renderer): %d words\n",(Const_Data_Size_ivas_rom_rend())/sizeof(float));
fprintf(stdout,"Table ROM size (binaural renderer): %ld words\n",(Const_Data_Size_ivas_rom_binauralRen()+Const_Data_Size_ivas_rom_TdBinauralR()+Const_Data_Size_ivas_rom_binaural_cr())/sizeof(float));
#define SUPPORT_JBM_TRACEFILE /* support for JBM tracefile, which is needed for 3GPP objective/subjective testing, but not relevant for real-world implementations */
#define RAM_COUNTING_TOOL /* tool to automatically count the dynamically alocated static memory consumption */
/* #################### End compiler switches ######################### */