Searched refs:libc_pid (Results 1 - 1 of 1) sorted by relevance

/external/qemu/memcheck/
H A Dmemcheck_common.h40 * 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...]

Completed in 47 milliseconds