@twinfinity/core
Preparing search index...
<internal>
MemoryBlockOptions
Interface MemoryBlockOptions
interface
MemoryBlockOptions
{
onAllocate
?:
(
id
:
string
,
byteLength
:
number
)
=>
void
;
onOutOfMemory
?:
(
id
:
string
,
requested
:
number
,
available
:
number
)
=>
void
;
}
Index
Properties
on
Allocate?
on
Out
Of
Memory?
Properties
Optional
on
Allocate
onAllocate
?:
(
id
:
string
,
byteLength
:
number
)
=>
void
Optional
on
Out
Of
Memory
onOutOfMemory
?:
(
id
:
string
,
requested
:
number
,
available
:
number
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
on
Allocate
on
Out
Of
Memory
@twinfinity/core
Loading...