HomeSort by relevance Sort by last modified time
    Searched refs:MallocDescQuery (Results 1 - 4 of 4) sorted by null

  /external/qemu/memcheck/
memcheck_util.h 134 memcheck_get_query_descriptor(MallocDescQuery* qemu_address,
138 sizeof(MallocDescQuery));
memcheck_common.h 57 * Event's value parameter points to MallocDescQuery descriptor instance in the
137 typedef struct MallocDescQuery {
167 } MallocDescQuery;
168 /* Helpers for addressing field in MallocDescQuery structure using which
171 #define QUERY_RES_OFFSET ((uint32_t)(ptrdiff_t)&(((MallocDescQuery*)0)->libc_pid))
memcheck.c 527 MallocDescQuery qdesc;
  /bionic/libc/bionic/
malloc_debug_qemu.c 133 typedef struct MallocDescQuery {
163 } MallocDescQuery;
216 * Event's value parameter points to MallocDescQuery descriptor that contains
495 volatile MallocDescQuery query;
    [all...]

Completed in 46 milliseconds