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 46 * space that contains allocated block information. Note that 'libc_pid' field
56 * freed. Note that 'libc_pid' field of the descriptor is used by emulator to
64 * guest's address space that contains query parameters. Note that 'libc_pid'
113 uint32_t libc_pid; member in struct:MallocDesc
116 * Value in this field may differ from libc_pid value, if process that
128 #define ALLOC_RES_OFFSET ((uint32_t)&(((MallocDesc*)0)->libc_pid))
157 uint32_t libc_pid; member in struct:MallocDescQuery
177 #define QUERY_RES_OFFSET ((uint32_t)&(((MallocDescQuery*)0)->libc_pid))
196 uint32_t libc_pid; member in struct:MallocFree
204 #define FREE_RES_OFFSET ((uint32_t)&(((MallocFree*)0)->libc_pid))
    [all...]
  /bionic/libc/bionic/
malloc_debug_qemu.c 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
443 * Zero on success, or -1 on failure. Note that on failure libc_pid field of
450 desc->libc_pid = malloc_pid;
455 /* Emulator reports failure by zeroing libc_pid field of th
    [all...]

Completed in 43 milliseconds