ExactMemAllocStrategy

Deprecated

Memory is now allocated by page (64KB each), so custom allocation strategies are no longer used.

Memory allocation strategy that allocates exactly the requested size.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun initial(min: Int): Int
Link copied to clipboard
open override fun next(current: Int, target: Int): Int