Home
last modified time | relevance | path

Searched refs:g_mem_config (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/amp/services/amp_memmgt/
A Damp_memmgt.c18 static amp_memmgt_config_t g_mem_config; variable
69 if (g_mem_config.free_fn) { in delete_node()
70 g_mem_config.free_fn(node); in delete_node()
119 for (int i = 0; i < g_mem_config.pt_num; i++) { in amp_memmgt_mem_show_rec()
131 if(NULL == g_mem_config.malloc_fn) { in amp_memmgt_malloc()
139 …if((g_mem_config.mem_limit[ptno] != 0) && (g_mem_total[ptno] + once_size > g_mem_config.mem_limit[… in amp_memmgt_malloc()
144 ptr = g_mem_config.malloc_fn(alloc_size); in amp_memmgt_malloc()
167 if(((1<<ptno) & g_mem_config.trace_pt) != 0) { in amp_memmgt_malloc()
189 if(NULL == g_mem_config.realloc_fn) { in amp_memmgt_realloc()
215 …if((g_mem_config.mem_limit[ptno] != 0) && (g_mem_total[ptno] + once_size > g_mem_config.mem_limit[… in amp_memmgt_realloc()
[all …]

Completed in 2 milliseconds