Update README.md (#622)

This commit is contained in:
Matthew Parkinson
2023-07-17 15:09:36 +01:00
committed by GitHub
parent dc1268886a
commit cdfedd8718

View File

@@ -34,7 +34,8 @@ The mechanism for returning memory to remote threads has remained, but most of t
We recommend you read [docs/security](./docs/security/README.md) to find out about the current design, and
if you want to dive into the code [docs/AddressSpace.md](./docs/AddressSpace.md) provides a good overview of the allocation and deallocation paths.
[![snmalloc CI](https://github.com/microsoft/snmalloc/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/microsoft/snmalloc/actions/workflows/main.yml)
[![snmalloc CI](https://github.com/microsoft/snmalloc/actions/workflows/main.yml/badge.svg)](https://github.com/microsoft/snmalloc/actions/workflows/main.yml)
[![snmalloc CI for Morello](https://github.com/microsoft/snmalloc/actions/workflows/morello.yml/badge.svg)](https://github.com/microsoft/snmalloc/actions/workflows/morello.yml)
# Hardening