blob: fc698d48fdbb82279e7da5ce72baca3adb964d38 [file] [log] [blame]
Lingfeng Yangdcac4012020-09-16 23:50:03 -07001 void flush();
2 void lock();
3 void unlock();
4 void incRef();
5 bool decRef();
William Ho626f3392022-11-28 17:59:19 +00006 std::string getPacketContents(const uint8_t* ptr, size_t len);
Lingfeng Yanga1d57a52021-01-08 14:02:14 -08007 uint32_t refCount = 1;
8 #define POOL_CLEAR_INTERVAL 10
9 uint32_t encodeCount = 0;
Lingfeng Yang7d541542021-01-22 17:55:00 -080010 uint32_t featureBits = 0;