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
/
IntBlockPool
/
Allocator
Allocator
abstract
class
Allocator
Abstract class for allocating and freeing int blocks.
Inheritors
DirectAllocator
RecyclingIntBlockAllocator
Members
Properties
int
Block
Link copied to clipboard
open
val
intBlock
:
IntArray
Functions
recycle
Int
Blocks
Link copied to clipboard
abstract
fun
recycleIntBlocks
(
blocks
:
Array
<
IntArray
>
,
start
:
Int
,
end
:
Int
)