1 void flush(); 2 void lock(); 3 void unlock(); 4 void incRef(); 5 bool decRef(); 6 uint32_t refCount = 1; 7 #define POOL_CLEAR_INTERVAL 10 8 uint32_t encodeCount = 0; 9 uint32_t featureBits = 0; 10