Home
last modified time | relevance | path

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

/external/qemu/memcheck/
Dmemcheck_malloc_map.c34 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 …]
Dmemcheck_malloc_map.h70 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);
Dmemcheck_proc_management.h214 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()
Dmemcheck.c91 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()
Dmemcheck_common.h203 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()
Dmemcheck_util.h232 void memcheck_dump_malloc_desc(const MallocDescEx* desc,
Dmemcheck_util.c202 memcheck_dump_malloc_desc(const MallocDescEx* desc_ex, in memcheck_dump_malloc_desc()
Dmemcheck_proc_management.c580 MallocDescEx leaked_alloc; in memcheck_exit()