lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
core
/
org.gnit.lucenekmp.util
/
ByteBlockPool
/
Allocator
Allocator
abstract
class
Allocator
Abstract class for allocating and freeing byte blocks.
Inheritors
DirectAllocator
DirectTrackingAllocator
RecyclingByteBlockAllocator
Members
Properties
block
Size
Link copied to clipboard
val
blockSize
:
Int
byte
Block
Link copied to clipboard
open
val
byteBlock
:
ByteArray
Functions
recycle
Byte
Blocks
Link copied to clipboard
abstract
fun
recycleByteBlocks
(
blocks
:
Array
<
ByteArray
?
>
,
start
:
Int
,
end
:
Int
)