HomeSort by relevance Sort by last modified time
    Searched refs:allocator_pid (Results 1 - 4 of 4) sorted by null

  /bionic/libc/bionic/
malloc_debug_qemu.c 114 uint32_t allocator_pid; member in struct:MallocDesc
451 desc->allocator_pid = getpid();
566 desc->requested_bytes, desc->suffix_size, desc->allocator_pid,
    [all...]
  /external/qemu/memcheck/
memcheck_common.h 114 uint32_t allocator_pid; member in struct:MallocDesc
memcheck_util.c 218 ProcDesc* proc = get_process_from_pid(desc->allocator_pid);
memcheck.c 412 proc = get_process_from_pid(desc.malloc_desc.allocator_pid);
415 desc.malloc_desc.allocator_pid);

Completed in 77 milliseconds