OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:libc_pid
(Results
1 - 4
of
4
) sorted by null
/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
...]
/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
...]
memcheck.h
56
* emulator reports failure back to the guest by zeroing out
libc_pid
field
68
* emulator reports failure back to the guest by zeroing out
libc_pid
field
79
* that emulator reports failure back to the guest by zeroing out
libc_pid
memcheck_util.h
142
* Allocation request failure is reported by zeroing '
libc_pid
' filed in the
151
* Free request failure is reported by zeroing '
libc_pid
' filed in the free
160
* Query request failure is reported by zeroing '
libc_pid
' filed in the query
Completed in 51 milliseconds