Libwatchman 是文件监控watchman上的一个 C 接口。使用 libwatchman 的时候非常的简单:和 watchman_connect 建立一个连接,执行一些指令,然后与 watchman_connection_close 断开连接即可。 执行这些函数就能够处理你的内存管理。