From a7e1d103d163dcd0dbb79fa1940d7e9300659e7a Mon Sep 17 00:00:00 2001 From: matthew conte Date: Mon, 11 Apr 2016 16:54:46 -0700 Subject: [PATCH] Fix broken link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d229b63..982919f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Notes ----- This code was based on the TLSF 1.4 spec and documentation found at: - http://rtportal.upv.es/rtmalloc/allocators/tlsf/index.shtml + http://www.gii.upv.es/tlsf/main/docs It also leverages the TLSF 2.0 improvement to shrink the per-block overhead from 8 to 4 bytes.