Searched refs:get_process_from_pid (Results 1 – 4 of 4) sorted by relevance
380 ProcDesc* proc = get_process_from_pid(pid); in memcheck_guest_libc_initialized()412 proc = get_process_from_pid(desc.malloc_desc.allocator_pid); in memcheck_guest_alloc()488 proc = get_process_from_pid(desc.free_pid); in memcheck_guest_free()534 proc = get_process_from_pid(qdesc.query_pid); in memcheck_guest_query_malloc()
203 ProcDesc* get_process_from_pid(uint32_t pid);
218 ProcDesc* proc = get_process_from_pid(desc->allocator_pid); in memcheck_dump_malloc_desc()
120 ProcDesc* parent = get_process_from_pid(parent_pid); in create_new_process()316 get_process_from_pid(uint32_t pid) in get_process_from_pid() function