Searched refs:memcheck_dump_malloc_desc (Results 1 – 4 of 4) sorted by relevance
/external/qemu/memcheck/ |
D | memcheck.c | 168 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()
|
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() function
|
D | memcheck_proc_management.c | 624 memcheck_dump_malloc_desc(&leaked_alloc, 0, 0); in memcheck_exit()
|