35   void init(NdbMutex*, Uint32 type_id, 
const Pool_context& pc);
 
   54     Head() { m_ptr_i = RNIL; m_sz = 0;}
 
   59     bool isEmpty()
 const { 
return m_sz == 0;}
 
   63     m_head(head), m_pool(pool){}
 
   65   Uint32* 
set(Uint32 pos);
 
   66   Uint32* 
get(Uint32 pos) 
const ;
 
   86   bool expand(Uint32 pos);
 
   87   void handle_invalid_ptr(Uint32 pos, Uint32 ptrI, Uint32 p0);