DirectTrackingAllocator

A simple Allocator that never recycles, but tracks how much total RAM is in use.

Constructors

Link copied to clipboard
constructor(bytesUsed: Counter)

Properties

Link copied to clipboard
Link copied to clipboard
open override val byteBlock: ByteArray

Functions

Link copied to clipboard
open override fun recycleByteBlocks(blocks: Array<ByteArray?>, start: Int, end: Int)