Searched refs:MEM_DBG_LOG (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/mem_manager/ |
D | fsl_component_mem_manager.c | 235 MEM_DBG_LOG("**************** MEM STATS REPORT **************"); in MEM_Reports_memStatis() 236 MEM_DBG_LOG("Nb Alloc: %d\r\n", s_memStatis.nb_alloc); in MEM_Reports_memStatis() 237 MEM_DBG_LOG("Small buffers: %d\r\n", s_memStatis.nb_small_buffer); in MEM_Reports_memStatis() 238 MEM_DBG_LOG("Medium buffers: %d\r\n", s_memStatis.nb_medium_buffer); in MEM_Reports_memStatis() 239 MEM_DBG_LOG("Large buffers: %d\r\n", s_memStatis.nb_large_buffer); in MEM_Reports_memStatis() 240 MEM_DBG_LOG("Peak small: %d\r\n", s_memStatis.peak_small_buffer); in MEM_Reports_memStatis() 241 MEM_DBG_LOG("Peak medium: %d\r\n", s_memStatis.peak_medium_buffer); in MEM_Reports_memStatis() 242 MEM_DBG_LOG("Peak large: %d\r\n", s_memStatis.peak_large_buffer); in MEM_Reports_memStatis() 243 MEM_DBG_LOG("Current RAM allocated: %d bytes\r\n", s_memStatis.ram_allocated); in MEM_Reports_memStatis() 244 MEM_DBG_LOG("Peak RAM allocated: %d bytes\r\n", s_memStatis.peak_ram_allocated); in MEM_Reports_memStatis() [all …]
|
D | fsl_component_mem_manager_light.c | 356 MEM_DBG_LOG("Preguard Block Header Corrupted %x", BlockHdr); in MEM_BlockHeaderCheck() 364 MEM_DBG_LOG("Postguard Block Header Corrupted %x", BlockHdr); in MEM_BlockHeaderCheck() 386 MEM_DBG_LOG("**************** MEM STATS REPORT **************"); in MEM_Reports_memStatis() 387 MEM_DBG_LOG("Nb Alloc: %d\r\n", s_memStatis.nb_alloc); in MEM_Reports_memStatis() 388 MEM_DBG_LOG("Small buffers: %d\r\n", s_memStatis.nb_small_buffer); in MEM_Reports_memStatis() 389 MEM_DBG_LOG("Medium buffers: %d\r\n", s_memStatis.nb_medium_buffer); in MEM_Reports_memStatis() 390 MEM_DBG_LOG("Large buffers: %d\r\n", s_memStatis.nb_large_buffer); in MEM_Reports_memStatis() 391 MEM_DBG_LOG("Peak small: %d\r\n", s_memStatis.peak_small_buffer); in MEM_Reports_memStatis() 392 MEM_DBG_LOG("Peak medium: %d\r\n", s_memStatis.peak_medium_buffer); in MEM_Reports_memStatis() 393 MEM_DBG_LOG("Peak large: %d\r\n", s_memStatis.peak_large_buffer); in MEM_Reports_memStatis() [all …]
|
D | fsl_component_mem_manager.h | 90 #ifndef MEM_DBG_LOG 91 #define MEM_DBG_LOG(...) macro
|