Class ExactMemAllocStrategy
java.lang.Object
com.dylibso.chicory.runtime.alloc.ExactMemAllocStrategy
- All Implemented Interfaces:
MemAllocStrategy
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExactMemAllocStrategy
public ExactMemAllocStrategy()
-
-
Method Details
-
initial
public int initial(int min) - Specified by:
initialin interfaceMemAllocStrategy
-
next
public int next(int current, int target) - Specified by:
nextin interfaceMemAllocStrategy
-