Stack arena memory allocation context

added by DotNetKicks
9/27/2016 12:50:34 PM

360 Views

The context is also scoped to a certain operation, such as processing a request or an index batch. Because of that, even if we need to grow the arena, that is limited to however many operations we have to do inside that scope.


0 comments