| 9124 | } |
| 9125 | |
| 9126 | uchar *slot(uint s) |
| 9127 | { |
| 9128 | DBUG_ASSERT(s < sizeof(m_ptr)/sizeof(*m_ptr)); |
| 9129 | DBUG_ASSERT(m_ptr[s] != 0); |
| 9130 | DBUG_ASSERT(m_alloc_checked == TRUE); |
| 9131 | return m_ptr[s]; |
| 9132 | } |
| 9133 | |
| 9134 | private: |
| 9135 | void allocate_memory(TABLE *const table, size_t const total_length) |
nothing calls this directly
no outgoing calls
no test coverage detected