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
Add bitmap allocator to PayloadBuffer
This uses a bitmap allocator (optionally) for allocation of small blocks
up to 128 bytes. It's about twice the speed of the simple allocator
for these block sizes, as the expense of extra memory in the buffer.