Home
last modified time | relevance | path

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

/external/qemu/memcheck/
Dmemcheck_mmrange_map.c190 RBTMapResult ins_res; in mmrangemap_copy() local
205 ins_res = mmrangemap_insert_desc(to, new_entry, NULL); in mmrangemap_copy()
206 if (ins_res != RBT_MAP_RESULT_ENTRY_INSERTED) { in mmrangemap_copy()
208 ins_res); in mmrangemap_copy()
Dmemcheck_malloc_map.c229 RBTMapResult ins_res; in allocmap_copy() local
248 ins_res = allocmap_insert_desc(to, new_entry, NULL); in allocmap_copy()
249 if (ins_res == RBT_MAP_RESULT_ENTRY_INSERTED) { in allocmap_copy()
257 ins_res); in allocmap_copy()
Dmemcheck_proc_management.c702 RBTMapResult ins_res; in memcheck_mmap_exepath() local
726 ins_res = mmrangemap_insert(&proc->mmrange_map, &desc, &replaced); in memcheck_mmap_exepath()
727 if (ins_res == RBT_MAP_RESULT_ERROR) { in memcheck_mmap_exepath()
734 if (ins_res == RBT_MAP_RESULT_ENTRY_REPLACED) { in memcheck_mmap_exepath()