Home
last modified time | relevance | path

Searched refs:obj_map (Results 1 – 1 of 1) sorted by relevance

/scripts/gdb/linux/
A Dslab.py155 def __fill_map(obj_map, cache, slab): argument
160 obj_map[index] = True # free objects
166 obj_map[:] = [False] * oo_objects(cache['oo'])
167 __fill_map(obj_map, cache, slab)
170 if obj_map[__obj_to_index(cache, addr, object_pointer)] == True:
195 obj_map = [False] * oo_objects(target_cache['oo'])

Completed in 4 milliseconds