You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicPage(int defaultCapacity){m_Raw=new MemoryStream(m_DefaultCapacity);//<===== is this not always ZERO in ctor???
AdjustDefaultCapacity(defaultCapacity);}
The text was updated successfully, but these errors were encountered:
itadapter
changed the title
Azos.IO.Archiving.PageAzos.IO.Archiving.Page Review page buffer allocation
May 5, 2023
Why is the default capacity assigned to zero?
The text was updated successfully, but these errors were encountered: