OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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.cpp
133
struct
MallocDescQuery
{
216
* Event's value parameter points to
MallocDescQuery
descriptor that contains
473
volatile
MallocDescQuery
query;
[
all
...]
Completed in 593 milliseconds