Home
last modified time | relevance | path

Searched refs:memcheck_dump_malloc_desc (Results 1 – 4 of 4) sorted by relevance

/external/qemu/memcheck/
Dmemcheck.c168 memcheck_dump_malloc_desc(desc, 1, 0); in av_access_violation()
460 memcheck_dump_malloc_desc(&desc, 1, 1); in memcheck_guest_alloc()
462 memcheck_dump_malloc_desc(&replaced, 1, 1); in memcheck_guest_alloc()
470 memcheck_dump_malloc_desc(&desc, 1, 1); in memcheck_guest_alloc()
516 memcheck_dump_malloc_desc(&pulled, 1, 0); in memcheck_guest_free()
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() function
Dmemcheck_proc_management.c624 memcheck_dump_malloc_desc(&leaked_alloc, 0, 0); in memcheck_exit()