libmps

Memory management library for automatic garbage collection

brewmacoslinux
Try with needOr install directly
Source

About

Memory Pool System

Commands

libmps

Examples

Link a C program against MPS library for memory management$ gcc -o myprogram myprogram.c -lmps
Check MPS library version and installation$ pkg-config --modversion mps
Get compiler flags needed to use MPS in development$ pkg-config --cflags --libs mps