Searched refs:heap_ptr (Results 1 – 2 of 2) sorted by relevance
35 void* heap_ptr = NULL; in mem_malloc() local42 heap_ptr = NULL; in mem_malloc()46 heap_ptr = malloc(size); in mem_malloc()48 g_mem_obj.mem_dev[index].heap_ptr = heap_ptr; in mem_malloc()58 heap_ptr = NULL; in mem_malloc()62 heap_ptr = malloc(size); in mem_malloc()64 g_mem_obj.mem_comp[index].heap_ptr = heap_ptr; in mem_malloc()69 return heap_ptr; in mem_malloc()81 if(g_mem_obj.mem_dev[idx].heap_ptr == p_heap) in get_heap_ptr_index()90 if(g_mem_obj.mem_comp[idx].heap_ptr == p_heap) in get_heap_ptr_index()[all …]
26 void* heap_ptr; member31 void* heap_ptr; member45 void mem_free(void * heap_ptr, int id);