- 授权协议: BSD
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
- 软件文档: https://github.com/ivmai/bdwgc/
软件介绍
bdwgc (Boehm-Demers-Weiser conservative garbage collector)是个垃圾收集器,用来替代 C malloc 或者是 C++ new。bdwgc 也可以用其他编程语言实现,但是要用 C 作为中间转换语言。bdwgc 也可以用来检测 C 或者 C++ 程序的漏洞。旧版的垃圾收集器中包括 GNU 编译器(gcc)版本。简单的使用示例 。
Programming the Mobile Web
Maximiliano Firtman / O'Reilly Media / 2010-07-23 / $44.99
* Learn how to use your existing skills to move into mobile web development * Discover the new possibilities of mobile web development, and understand its limitations * Get detailed coverage of ......一起来看看 《Programming the Mobile Web》 这本书的介绍吧!
