Searched refs:obj_map (Results 1 – 1 of 1) sorted by relevance
155 def __fill_map(obj_map, cache, slab): argument160 obj_map[index] = True # free objects166 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