Searched refs:MallocDesc (Results 1 – 3 of 3) sorted by relevance
88 typedef struct MallocDesc { struct124 } MallocDesc; argument128 #define ALLOC_RES_OFFSET ((uint32_t)&(((MallocDesc*)0)->libc_pid))211 MallocDesc malloc_desc;295 mallocdesc_get_user_ptr(const MallocDesc* desc) in mallocdesc_get_user_ptr()307 mallocdesc_get_alloc_size(const MallocDesc* desc) in mallocdesc_get_alloc_size()319 mallocdesc_get_alloc_end(const MallocDesc* desc) in mallocdesc_get_alloc_end()333 mallocdesc_get_user_alloc_end(const MallocDesc* desc) in mallocdesc_get_user_alloc_end()
97 memcheck_get_malloc_descriptor(MallocDesc* qemu_address, in memcheck_get_malloc_descriptor()100 memcheck_get_guest_buffer(qemu_address, guest_address, sizeof(MallocDesc)); in memcheck_get_malloc_descriptor()112 const MallocDesc* qemu_address) in memcheck_set_malloc_descriptor()114 memcheck_set_guest_buffer(guest_address, qemu_address, sizeof(MallocDesc)); in memcheck_set_malloc_descriptor()
212 const MallocDesc* desc = &desc_ex->malloc_desc; in memcheck_dump_malloc_desc()