Home
last modified time | relevance | path

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

/external/qemu/memcheck/
Dmemcheck_common.h82 typedef struct MallocDesc { struct
118 } MallocDesc; typedef
122 #define ALLOC_RES_OFFSET ((uint32_t)(ptrdiff_t)&(((MallocDesc*)0)->libc_pid))
205 MallocDesc malloc_desc;
289 mallocdesc_get_user_ptr(const MallocDesc* desc) in mallocdesc_get_user_ptr()
301 mallocdesc_get_alloc_size(const MallocDesc* desc) in mallocdesc_get_alloc_size()
313 mallocdesc_get_alloc_end(const MallocDesc* desc) in mallocdesc_get_alloc_end()
327 mallocdesc_get_user_alloc_end(const MallocDesc* desc) in mallocdesc_get_user_alloc_end()
Dmemcheck_util.h92 memcheck_get_malloc_descriptor(MallocDesc* qemu_address, in memcheck_get_malloc_descriptor()
95 memcheck_get_guest_buffer(qemu_address, guest_address, sizeof(MallocDesc)); in memcheck_get_malloc_descriptor()
107 const MallocDesc* qemu_address) in memcheck_set_malloc_descriptor()
109 memcheck_set_guest_buffer(guest_address, qemu_address, sizeof(MallocDesc)); in memcheck_set_malloc_descriptor()
Dmemcheck_util.c206 const MallocDesc* desc = &desc_ex->malloc_desc; in memcheck_dump_malloc_desc()