1 implementation of TrimMemory
System.Web (1)
BufferAllocator.cs (1)
411
public void
TrimMemory
() {
2 references to TrimMemory
System.Web (2)
HttpApplication.cs (1)
1835
_allocator.
TrimMemory
();
HttpWriter.cs (1)
943
s_DefaultAllocator.
TrimMemory
();