Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 553 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 553 Bytes

snmalloc-checks binary

This is a containerized build tool that builds the very latest snmalloc with checks from Git every Monday, using the Rocky 9 container. It automatically uploads via CI. There is also a container artifact if you'd like to build it yourself:

mkdir out
podman run -v "$(pwd)/out":/out ghcr.io/charles8191/snmalloc-checks/artifact 

Demo

wget https://github.com/charles8191/snmalloc-checks/raw/refs/heads/main/libsnmallocshim-checks.so
LD_PRELOAD=./libsnmallocshim-checks.so /bin/echo "Hello, world!"