MemAllocStrategy

Deprecated

Memory is now allocated by page (64KB each), so custom allocation strategies are no longer used. This interface will be removed in a future release.

Strategy for allocating memory buffers.

Inheritors

Functions

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