OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TRACE_DEV_REG_QUERY_MALLOC
(Results
1 - 4
of
4
) sorted by null
/external/qemu/hw/
goldfish_trace.h
88
#define
TRACE_DEV_REG_QUERY_MALLOC
(TRACE_DEV_REG_MEMCHECK + MEMCHECK_EVENT_QUERY_MALLOC)
goldfish_trace.c
333
case
TRACE_DEV_REG_QUERY_MALLOC
:
/external/qemu/memcheck/
memcheck_common.h
63
#define
TRACE_DEV_REG_QUERY_MALLOC
1539
126
* along with
TRACE_DEV_REG_QUERY_MALLOC
event. When handling free and realloc
131
* with
TRACE_DEV_REG_QUERY_MALLOC
query. The entire structure is initialized
148
* the course of
TRACE_DEV_REG_QUERY_MALLOC
event handling. In case of an
/bionic/libc/bionic/
malloc_debug_qemu.cpp
121
* along with
TRACE_DEV_REG_QUERY_MALLOC
event. When handling free and realloc
126
* information with
TRACE_DEV_REG_QUERY_MALLOC
query. The entire structure is
144
* the course of
TRACE_DEV_REG_QUERY_MALLOC
event handling. In case of an
221
#define
TRACE_DEV_REG_QUERY_MALLOC
1539
461
/* Fires up
TRACE_DEV_REG_QUERY_MALLOC
event in the emulator.
480
notify_qemu(
TRACE_DEV_REG_QUERY_MALLOC
, (uint32_t)&query);
[
all
...]
Completed in 85 milliseconds