----------------------------------------------------------------------------- is the memory externally allocated? -----------------------------------------------------------------------------
| 146 | // is the memory externally allocated? |
| 147 | //----------------------------------------------------------------------------- |
| 148 | bool CUtlMemoryBase::IsExternallyAllocated() const |
| 149 | { |
| 150 | return (m_nGrowSize < 0); |
| 151 | } |
| 152 | |
| 153 | |
| 154 | //----------------------------------------------------------------------------- |
no outgoing calls
no test coverage detected