Searched refs:XF_CFG_LOCAL_POOL_SIZE (Results 1 – 4 of 4) sorted by relevance
83 u8 xf_dsp_local_buffer[XF_CFG_CORES_NUM][XF_CFG_LOCAL_POOL_SIZE] __xf_mm__;85 u8 xf_dsp_local_buffer[XF_CFG_CORES_NUM][XF_CFG_LOCAL_POOL_SIZE];172 …F_CHK_API(xf_mm_init(&xf_core_data[0].local_pool, xf_dsp_local_buffer[0], XF_CFG_LOCAL_POOL_SIZE)); in main()
33 #define XF_CFG_LOCAL_POOL_SIZE (1024<< 10) macro
43 #define XF_CFG_LOCAL_POOL_SIZE (1024 << 10) macro
65 fprintf(stdout,"Memory allocated on DSP for Components : %8d \n", XF_CFG_LOCAL_POOL_SIZE); in print_mem_mcps_info()