搜索

大约有 4 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.1019秒)

1.RE: 为什么程序消耗的内存越来越大

更新时间:2010-03-04 18:03 t By hightman

...本无此bug) #define SCWS_WORD_MALLOCED 0x100 只要将 0x100 改变 0x80 即可,因为 struct scws_word 中定义的 flag 为 unsigned char 即 8bit, 容不下 0x100 导致,所有的 ->flag |= SCWS_WORD_MALLOCED 失效,以至于在 scws.c 中无法正确的释放这些内存。 再次...

2.发布scws-1.1.1 修正内存泄露的bug(同时修复php的xdb导入导出)

更新时间:2010-03-04 21:03 t By hightman

...char,故导致该 flag 失效从而造成内存泄露,将其值改为 0x80 即可。此 bug 仅存在于 1.1.0 版。(感谢[url=http://www.hightman.cn/bbs/showthread.php?tid=716]backluck的报告[/url]) 下载地址 http://www.ftphp.com/scws/down/scws-1.1.1.tar.bz2 附带修正了 php写...

3.XSServer::execCommand

... } // just cache the cmd for those need not answer if ($cmd->cmd & 0x80) { $this->_sendBuffer .= $cmd; return true; } // send cmd to server $buf = $this->_sendBuffer . $cmd; $this->_sendBuffer = ''; $this->write($buf); // return true directly for local file ...

4.XSServer

... } // just cache the cmd for those need not answer if ($cmd->cmd & 0x80) { $this->_sendBuffer .= $cmd; return true; } // send cmd to server $buf = $this->_sendBuffer . $cmd; $this->_sendBuffer = ''; $this->write($buf); // return true directly for local file ...

  • 时间不限
  • 按相关性排序