public int StackOrPool2048() => CharBufferOperator.StackOrPool(2048);
public int StackOrPool256() => CharBufferOperator.StackOrPool(256);
public int StackOrPool1024() => CharBufferOperator.StackOrPool(1024);
public int StackOrPool32() => CharBufferOperator.StackOrPool(32);