Home | History | Annotate | Download | only in memcheck

Lines Matching refs:MallocDesc

39  * Event's value parameter points to MallocDesc instance in the guest's address
82 typedef struct MallocDesc {
118 } MallocDesc;
119 /* Helpers for addressing field in MallocDesc structure, using which emulator
122 #define ALLOC_RES_OFFSET ((uint32_t)(ptrdiff_t)&(((MallocDesc*)0)->libc_pid))
201 /* Extends MallocDesc structure with additional information, used by memchecker.
205 MallocDesc malloc_desc;
289 mallocdesc_get_user_ptr(const MallocDesc* desc)
301 mallocdesc_get_alloc_size(const MallocDesc* desc)
313 mallocdesc_get_alloc_end(const MallocDesc* desc)
327 mallocdesc_get_user_alloc_end(const MallocDesc* desc)