3 references to SimpleBufferAllocator
System.Web (3)
HttpApplication.cs (3)
330
alloc.CharBufferAllocator = new
SimpleBufferAllocator
<char>(BufferingParams.CHAR_BUFFER_SIZE);
331
alloc.IntBufferAllocator = new
SimpleBufferAllocator
<int>(BufferingParams.INT_BUFFER_SIZE);
332
alloc.IntPtrBufferAllocator = new
SimpleBufferAllocator
<IntPtr>(BufferingParams.INTPTR_BUFFER_SIZE);