Searched refs:mallocdesc_user_ptr (Results 1 – 1 of 1) sorted by relevance
372 static inline void* mallocdesc_user_ptr(const MallocDesc* desc) { in mallocdesc_user_ptr() function543 mallocdesc_user_ptr(desc), desc->ptr, in dump_malloc_descriptor()559 volatile char* suffix = (volatile char*)mallocdesc_user_ptr(desc) + in test_access_violation()567 if (!query_qemu_malloc_info(mallocdesc_user_ptr(desc), &desc_chk, 2) && in test_access_violation()722 return mallocdesc_user_ptr(&desc); in qemu_instrumented_malloc()753 if (mem != mallocdesc_user_ptr(&desc)) { in qemu_instrumented_free()845 return mallocdesc_user_ptr(&desc); in qemu_instrumented_calloc()890 if (mem != mallocdesc_user_ptr(&cur_desc)) { in qemu_instrumented_realloc()920 void* new_mem = mallocdesc_user_ptr(&new_desc); in qemu_instrumented_realloc()925 memcpy(new_mem, mallocdesc_user_ptr(&cur_desc), to_copy); in qemu_instrumented_realloc()[all …]