def chunkptr(self, *arg): """ Print chunk information of user ptr""" (ptr, ) = normalize_argv(arg, 1) angelheap.chunkptr(ptr)
def chunkptr(self,*arg): """ Print chunk information of user ptr""" (ptr,) = normalize_argv(arg,1) angelheap.chunkptr(ptr)