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

/bionic/libc/bionic/
H A Dmalloc_debug_qemu.cpp108 uint32_t libc_pid; member in struct:MallocDesc
111 * Value in this field may differ from libc_pid value, if process that
148 uint32_t libc_pid; member in struct:MallocDescQuery
183 uint32_t libc_pid; member in struct:MallocFree
201 * allocated block information. Note that 'libc_pid' field of the descriptor
209 * information about block that's being freed. Note that 'libc_pid' field
218 * query parameters. Note that 'libc_pid' field of the descriptor is used by
431 * Zero on success, or -1 on failure. Note that on failure libc_pid field of
436 desc->libc_pid = malloc_pid;
441 /* Emulator reports failure by zeroing libc_pid fiel
[all...]

Completed in 135 milliseconds