< prev index next >

src/jdk.hotspot.agent/macosx/native/libsaproc/libproc_impl.h

Print this page

        

*** 110,119 **** --- 110,120 ---- typedef struct map_info { int fd; // file descriptor uint64_t offset; // file offset of this mapping uint64_t vaddr; // starting virtual address size_t memsz; // size of the mapping + uint32_t flags; // access flags struct map_info* next; } map_info; // vtable for ps_prochandle typedef struct ps_prochandle_ops {
< prev index next >