void Factory_mark(msgpack_factory_t* fc) { msgpack_packer_ext_registry_mark(&fc->pkrg); msgpack_unpacker_ext_registry_mark(&fc->ukrg); }
static void Packer_mark(msgpack_packer_t* pk) { msgpack_packer_mark(pk); msgpack_packer_ext_registry_mark(&pk->ext_registry); }