Searched refs:MallocDescEx (Results 1 – 8 of 8) sorted by relevance
/external/qemu/memcheck/ |
D | memcheck_malloc_map.c | 34 MallocDescEx desc; 108 MallocDescEx* replaced) in allocmap_insert_desc() 122 memcpy(replaced, &existing->desc, sizeof(MallocDescEx)); in allocmap_insert_desc() 163 allocmap_insert(AllocMap* map, const MallocDescEx* desc, MallocDescEx* replaced) in allocmap_insert() 173 memcpy(&adesc->desc, desc, sizeof(MallocDescEx)); in allocmap_insert() 186 MallocDescEx* 194 allocmap_pull(AllocMap* map, target_ulong address, MallocDescEx* pulled) in allocmap_pull() 198 memcpy(pulled, &adesc->desc, sizeof(MallocDescEx)); in allocmap_pull() 208 allocmap_pull_first(AllocMap* map, MallocDescEx* pulled) in allocmap_pull_first() 212 memcpy(pulled, &first->desc, sizeof(MallocDescEx)); in allocmap_pull_first() [all …]
|
D | memcheck_malloc_map.h | 70 const MallocDescEx* desc, 71 MallocDescEx* replaced); 86 MallocDescEx* allocmap_find(const AllocMap* map, 104 int allocmap_pull(AllocMap* map, target_ulong address, MallocDescEx* pulled); 115 int allocmap_pull_first(AllocMap* map, MallocDescEx* pulled);
|
D | memcheck_proc_management.h | 214 const MallocDescEx* desc, in procdesc_add_malloc() 215 MallocDescEx* replaced) in procdesc_add_malloc() 227 static inline MallocDescEx* 242 static inline MallocDescEx* 256 procdesc_pull_malloc(ProcDesc* proc, target_ulong address, MallocDescEx* pulled) in procdesc_pull_malloc()
|
D | memcheck.c | 91 MallocDescEx* desc, in av_access_violation() 191 MallocDescEx** desc_ptr) in memcheck_common_access_validation() 193 MallocDescEx* desc; in memcheck_common_access_validation() 399 MallocDescEx desc; in memcheck_guest_alloc() 400 MallocDescEx replaced; in memcheck_guest_alloc() 481 MallocDescEx pulled; in memcheck_guest_free() 528 MallocDescEx* found; in memcheck_guest_query_malloc() 580 MallocDescEx* desc; in memcheck_validate_ld() 615 MallocDescEx* desc; in memcheck_validate_st()
|
D | memcheck_common.h | 203 typedef struct MallocDescEx { struct 217 } MallocDescEx; argument 340 mallocdescex_is_transition_entry(const MallocDescEx* desc) in mallocdescex_is_transition_entry() 353 mallocdescex_is_inherited_on_fork(const MallocDescEx* desc) in mallocdescex_is_inherited_on_fork()
|
D | memcheck_util.h | 232 void memcheck_dump_malloc_desc(const MallocDescEx* desc,
|
D | memcheck_util.c | 202 memcheck_dump_malloc_desc(const MallocDescEx* desc_ex, in memcheck_dump_malloc_desc()
|
D | memcheck_proc_management.c | 580 MallocDescEx leaked_alloc; in memcheck_exit()
|