|
Beamable SDK
|
Classes | |
| class | PooledStringBuilder |
Public Types | |
| enum | EmptyPoolBehavior { AllocateToHeap = 0 , AllocateToPool = 1 } |
Public Member Functions | |
| StringBuilderPool (int builderCapacity, int startingCapacity, EmptyPoolBehavior emptyBehavior=EmptyPoolBehavior.AllocateToHeap) | |
| PooledStringBuilder | Spawn () |
Properties | |
| static StringBuilderPool | StaticPool [get] |
| static StringBuilderPool | LargeStaticPool [get] |