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

  /external/qemu/hw/
goldfish_trace.h 86 #define TRACE_DEV_REG_MALLOC (TRACE_DEV_REG_MEMCHECK + MEMCHECK_EVENT_MALLOC)
goldfish_trace.c 321 case TRACE_DEV_REG_MALLOC:
  /external/qemu/memcheck/
memcheck_common.h 45 #define TRACE_DEV_REG_MALLOC 1537
76 * along with TRACE_DEV_REG_MALLOC event. This descriptor is used to inform
104 * the course of TRACE_DEV_REG_MALLOC event handling. In case of an error,
  /bionic/libc/bionic/
malloc_debug_qemu.cpp 74 * along with TRACE_DEV_REG_MALLOC event. This descriptor is used to inform
104 * the course of TRACE_DEV_REG_MALLOC event handling. In case of an error,
204 #define TRACE_DEV_REG_MALLOC 1537
422 /* Fires up TRACE_DEV_REG_MALLOC event in the emulator.
435 notify_qemu(TRACE_DEV_REG_MALLOC, (uint32_t)desc);
    [all...]

Completed in 379 milliseconds