HomeSort by relevance Sort by last modified time
    Searched defs:MallocDesc (Results 1 - 2 of 2) sorted by null

  /external/qemu/memcheck/
memcheck_common.h 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
    [all...]
  /bionic/libc/bionic/
malloc_debug_qemu.c 82 typedef struct MallocDesc {
118 } MallocDesc;
162 MallocDesc* desc;
199 * Event's value parameter points to MallocDesc instance that contains
232 const MallocDesc* desc);
317 /* Logs message dumping MallocDesc instance at the end of the message.
320 * desc - MallocDesc instance to dump.
372 mallocdesc_user_ptr(const MallocDesc* desc)
385 mallocdesc_alloc_size(const MallocDesc* desc)
397 mallocdesc_alloc_end(const MallocDesc* desc
    [all...]

Completed in 57 milliseconds