aboutsummaryrefslogtreecommitdiff
path: root/lib/WinRpMalloc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/WinRpMalloc')
-rw-r--r--lib/WinRpMalloc/README.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/lib/WinRpMalloc/README.md b/lib/WinRpMalloc/README.md
index 4f72b66..29164cf 100644
--- a/lib/WinRpMalloc/README.md
+++ b/lib/WinRpMalloc/README.md
@@ -1 +1,16 @@
-# WinRpMalloc \ No newline at end of file
+# 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. \ No newline at end of file