Searched refs:allocationIndex (Results 1 – 2 of 2) sorted by relevance
83 memory[allocationIndex] = new Object[1024 / 4]; in allocateAtLeast1KiB()84 ++allocationIndex; in allocateAtLeast1KiB()85 if (allocationIndex == memory.length) { in allocateAtLeast1KiB()86 allocationIndex = 0; in allocateAtLeast1KiB()91 public static int allocationIndex = 0; field in Main
463 memory[allocationIndex] = new Object[1024 / 4]; in allocateAtLeast1KiB()464 ++allocationIndex; in allocateAtLeast1KiB()465 if (allocationIndex == memory.length) { in allocateAtLeast1KiB()466 allocationIndex = 0; in allocateAtLeast1KiB()483 public static int allocationIndex = 0; field in Main