Searched refs:mem_map (Results 1 - 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/controllers/memcg/control/
H A Dmem_process.c87 void mem_map() function
139 mem_map();
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dsancov.py134 mem_map = []
142 mem_map.append((int(parts[0], 16),
146 mem_map.sort(key=lambda m : m[0])
147 mem_map_keys = [m[0] for m in mem_map]
156 mem_map_pcs = [[] for i in range(0, len(mem_map))]
161 (start, end, base, module_path) = mem_map[map_idx]
168 for ((start, end, base, module_path), pc_list) in zip(mem_map, mem_map_pcs):

Completed in 175 milliseconds