2020年8月23日 星期日
内存池 - delphi中间件
delphi中间件| 博客园_咏南中间件和开发框架 |16:41:00
/// <author>cxg 2020-8-24</author> /// 跨操作系统内存池 unit MemPool; interface uses Math, Classes, SysUtils, SyncObjs; type TMemBlock = record buf: Pointer;
![]() |
最佳浏览:谷歌浏览器 |
delphi中间件| 博客园_咏南中间件和开发框架 |16:41:00
/// <author>cxg 2020-8-24</author> /// 跨操作系统内存池 unit MemPool; interface uses Math, Classes, SysUtils, SyncObjs; type TMemBlock = record buf: Pointer;