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