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
/
DirectAllocator
Direct
Allocator
class
DirectAllocator
:
IntBlockPool.Allocator
A simple
Allocator
that never recycles.
Members
Constructors
Direct
Allocator
Link copied to clipboard
constructor
(
)
Properties
int
Block
Link copied to clipboard
open
val
intBlock
:
IntArray
Functions
recycle
Int
Blocks
Link copied to clipboard
open
override
fun
recycleIntBlocks
(
blocks
:
Array
<
IntArray
>
,
start
:
Int
,
end
:
Int
)