Home
last modified time | relevance | path

Searched refs:allocator_pid (Results 1 – 3 of 3) sorted by relevance

/external/qemu/memcheck/
Dmemcheck.c412 proc = get_process_from_pid(desc.malloc_desc.allocator_pid); in memcheck_guest_alloc()
415 desc.malloc_desc.allocator_pid); in memcheck_guest_alloc()
Dmemcheck_common.h114 uint32_t allocator_pid; member
Dmemcheck_util.c218 ProcDesc* proc = get_process_from_pid(desc->allocator_pid); in memcheck_dump_malloc_desc()