Searched refs:realloc_fn (Results 1 – 3 of 3) sorted by relevance
12 config.realloc_fn = aos_realloc; in amp_memory_init()
27 amp_memmgt_realloc_fn realloc_fn; member
189 if(NULL == g_mem_config.realloc_fn) { in amp_memmgt_realloc()222 ptr_new = g_mem_config.realloc_fn(origin_ptr, alloc_size); in amp_memmgt_realloc()
Completed in 5 milliseconds