ApplicationPool returns the application memory pool.
()
| 224 | |
| 225 | // ApplicationPool returns the application memory pool. |
| 226 | func (m *Pools) ApplicationPool() *Pool { |
| 227 | return m.pools[ApplicationPool] |
| 228 | } |
| 229 | |
| 230 | // Count returns the number of pools. |
| 231 | func (m *Pools) Count() int { |
no outgoing calls