aboutsummaryrefslogtreecommitdiff
path: root/lib/WinRpMalloc/README.md
blob: 29164cf861aeb953a0e4324ba118bafa409cd1dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# WinRpMalloc

*A project to maintain a Windows dll for RpMalloc by Mattias Jansson with some basic defaults for .NET loading*

#### Builds
Debug build w/ symbols & xml docs, release builds, and individually packaged source code are available on my [website](https://www.vaughnnugent.com/resources/software). All tar-gzip (.tgz) files will have an associated .sha384 appended checksum of the desired download file.

## RPMalloc

[**RPMalloc**](https://github.com/mjansson/rpmalloc) By Mattias Jansson - A cross-platform, lock-free, efficient memory allocator. 


#### Notes
This project exists to maintain a working clone of of the RpMalloc library specifically to produce a Windows 64-bit native library that exposes the api for use by runtimes such as Microsft .NET. 

You may wish to collect the source code and build the library yourself directly from Mattias's.