Searched refs:map_info (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dlibproc_impl.h55 typedef struct map_info { struct
60 struct map_info* next;
61 } map_info; typedef in typeref:struct:map_info
90 map_info* maps; // maps in a linked list
92 map_info* class_share_maps;// class share maps in a linked list
93 map_info** map_array; // sorted (by vaddr) array of map_info pointers
H A Dps_core.c72 // clean all map_info stuff
74 map_info* map = ph->core->maps;
76 map_info* next = map->next;
88 map_info* next = map->next;
103 static map_info* allocate_init_map(int fd, off_t offset, uintptr_t vaddr, size_t memsz) {
104 map_info* map;
105 if ( (map = (map_info*) calloc(1, sizeof(map_info))) == NULL) {
106 print_debug("can't allocate memory for map_info\n");
119 static map_info* add_map_inf
[all...]
/openjdk7/hotspot/agent/src/os/linux/
H A Dlibproc_impl.h55 typedef struct map_info { struct
60 struct map_info* next;
61 } map_info; typedef in typeref:struct:map_info
88 map_info* maps; // maps in a linked list
90 map_info* class_share_maps;// class share maps in a linked list
91 map_info** map_array; // sorted (by vaddr) array of map_info pointers
H A Dps_core.c72 // clean all map_info stuff
74 map_info* map = ph->core->maps;
76 map_info* next = map->next;
88 map_info* next = map->next;
103 static map_info* allocate_init_map(int fd, off_t offset, uintptr_t vaddr, size_t memsz) {
104 map_info* map;
105 if ( (map = (map_info*) calloc(1, sizeof(map_info))) == NULL) {
106 print_debug("can't allocate memory for map_info\n");
119 static map_info* add_map_inf
[all...]

Completed in 33 milliseconds