Class InlinedAllocation
The memory allocation policy that uses inlined memory of the fixed size and supports using additional allocation to increase its capacity (eg. via heap allocation).
Inheritance
InlinedAllocation
Inherited Members
InlinedAllocation
Assembly: FlaxEngine.dll
File: Engine/Core/Memory/Allocation.h
Syntax
public class InlinedAllocation<Capacity, FallbackAllocation>
Type Parameters
Capacity
|
FallbackAllocation
|