2 references to TryAllocateObject
System.Private.CoreLib (2)
Internal\Runtime\FrozenObjectHeapManager.cs (2)
63
obj = m_CurrentSegment == null ? null : m_CurrentSegment.
TryAllocateObject
(type, objectSize);
79
obj = m_CurrentSegment.
TryAllocateObject
(type, objectSize);