OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MallocDescQuery
(Results
1 - 2
of
2
) sorted by null
/external/qemu/memcheck/
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))
/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 199 milliseconds