2 instantiations of IntPtrArrayAllocator
System.Web (2)
Hosting\IIS7WorkerRequest.cs (1)
2632
IBufferAllocator intPtrAllocator = new
IntPtrArrayAllocator
(BufferingParams.INTPTR_BUFFER_SIZE, BufferingParams.MAX_FREE_OUTPUT_BUFFERS);
Hosting\ISAPIWorkerRequest.cs (1)
37
s_IntPtrArrayAllocator = new
IntPtrArrayAllocator
(ARRAY_SIZE, MAX_FREE_ARRAYS);
1 reference to IntPtrArrayAllocator
System.Web (1)
Hosting\ISAPIWorkerRequest.cs (1)
33
private static
IntPtrArrayAllocator
s_IntPtrArrayAllocator;