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

  /external/qemu/memcheck/
memcheck_common.h 40 * space that contains allocated block information. Note that 'libc_pid' field
50 * freed. Note that 'libc_pid' field of the descriptor is used by emulator to
58 * guest's address space that contains query parameters. Note that 'libc_pid'
107 uint32_t libc_pid; member in struct:MallocDesc
110 * Value in this field may differ from libc_pid value, if process that
122 #define ALLOC_RES_OFFSET ((uint32_t)(ptrdiff_t)&(((MallocDesc*)0)->libc_pid))
151 uint32_t libc_pid; member in struct:MallocDescQuery
171 #define QUERY_RES_OFFSET ((uint32_t)(ptrdiff_t)&(((MallocDescQuery*)0)->libc_pid))
190 uint32_t libc_pid; member in struct:MallocFree
198 #define FREE_RES_OFFSET ((uint32_t)(ptrdiff_t)&(((MallocFree*)0)->libc_pid))
    [all...]
  /bionic/libc/bionic/
malloc_debug_qemu.cpp 107 uint32_t libc_pid; member in struct:MallocDesc
110 * Value in this field may differ from libc_pid value, if process that
147 uint32_t libc_pid; member in struct:MallocDescQuery
182 uint32_t libc_pid; member in struct:MallocFree
200 * allocated block information. Note that 'libc_pid' field of the descriptor
208 * information about block that's being freed. Note that 'libc_pid' field
217 * query parameters. Note that 'libc_pid' field of the descriptor is used by
427 * Zero on success, or -1 on failure. Note that on failure libc_pid field of
432 desc->libc_pid = malloc_pid;
437 /* Emulator reports failure by zeroing libc_pid field of th
    [all...]

Completed in 39 milliseconds