Lines Matching refs:alloc
1489 alloc = b.__alloc__()
1490 self.assertGreaterEqual(alloc, 0)
1491 seq = [alloc]
1494 alloc = b.__alloc__()
1495 self.assertGreater(alloc, len(b)) # including trailing null byte
1496 if alloc not in seq:
1497 seq.append(alloc)
1508 alloc = b.__alloc__()
1509 self.assertGreater(alloc, len(b)) # including trailing null byte
1513 alloc = b.__alloc__()
1514 self.assertGreater(alloc, len(b))