def __init__(self, alignment): self.alignment = alignment self.node_list = [MemoryNode(six.MAXSIZE)] self.max_allocation = 0