macOS
brew install libmpslocal Homebrew formula metadata
安装
brew install libmpslocal Homebrew formula metadata
概览
Memory Pool System
历史
The Memory Pool System is Ravenbrook's general-purpose memory management library for C and C++ programs that need manual allocation, automatic garbage collection, finalization, weakness, and specialized pool policies in one kit.
Ravenbrook's documentation states that MPS has been in development since 1994 and deployed in successful commercial products since 1997. The project originated in the commercial language-runtime and printing-software world, where precise control over allocation strategy and garbage collection behavior mattered more than a one-size allocator.
The public kit readme is dated May 20, 2002 and describes a complete source and documentation distribution. The repository later became available under the BSD 2-clause license, with manuals, design documents, tests, and small tools such as event converters packaged around the core memory manager.
MPS is not a mass-market command-line tool; its adoption is as infrastructure inside runtimes and applications that need custom memory policy. Ravenbrook's overview emphasizes commercial deployment beginning in 1997 and supported platforms including Windows, Linux, FreeBSD, and macOS.
In package-manager form, libmps gives Unix users a packaged build of a specialized allocator and garbage collector that would otherwise be built directly from a vendor source kit.
Developers integrate MPS by compiling the C source and linking it into their application, then creating arenas and pools appropriate to their object model. The manual positions it as a system that can cooperate with malloc/free or C++ new/delete rather than requiring an immediate rewrite of all memory management.
MPS is package-nerd bait because it is a serious, documented garbage collector and memory-pool framework that ships as a plain C library. It sits in the uncommon zone between academic GC papers, commercial runtime engineering, and Unix packaging.
安全态势
library-like package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
mpseventcnv | cli | 全局可执行文件 | |
mpseventpy | cli | 全局可执行文件 | |
mpseventtxt | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/Ravenbrook/mps
安装元数据
| 软件包键 | brew:libmps |
|---|---|
| 版本 | 1.118.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/libmps |
| 主页 | https://www.ravenbrook.com/project/mps/ |
| 仓库 | https://github.com/Ravenbrook/mps |
| 上游文档 | https://memory-pool-system.readthedocs.io/ |
| 许可证 | BSD-2-Clause |
| 源码归档 | https://github.com/Ravenbrook/mps/archive/refs/tags/release-1.118.0.tar.gz |
| Bottle | 可用 (于 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | libmps |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.