toggle menu
Litho
androidJvm
switch theme
search in API
litho-core
/
com.facebook.litho
/
ContentPreAllocator
/
ContentPreAllocator
Content
Pre
Allocator
constructor
(
treeId
:
Int
,
componentContext
:
ComponentContext
,
mountContentHandler
:
RunnableHandler
,
avoidRedundantPreAllocations
:
Boolean
,
logger
:
ComponentsLogger
?
,
nodeSupplier
:
(
)
->
List
<
RenderTreeNode
>
,
preAllocator
:
(
Context
,
ContentAllocator
<
*
>
,
PoolScope
)
->
Boolean
)