1 write to _allocator
System.Web (1)
HttpApplication.cs (1)
334
Interlocked.CompareExchange(ref
_allocator
, alloc, null);
4 references to _allocator
System.Web (4)
HttpApplication.cs (4)
327
if (
_allocator
== null) {
337
return
_allocator
;
1834
if (
_allocator
!= null) {
1835
_allocator
.TrimMemory();