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

  /external/qemu/memcheck/
memcheck_common.h 63 * Event's value parameter points to MallocDescQuery descriptor instance in the
143 typedef struct MallocDescQuery {
173 } MallocDescQuery;
174 /* Helpers for addressing field in MallocDescQuery structure using which
177 #define QUERY_RES_OFFSET ((uint32_t)&(((MallocDescQuery*)0)->libc_pid))
  /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 38 milliseconds