aboutsummaryrefslogtreecommitdiffstats
path: root/src/tlsf.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-07-03 07:43:44 +0000
committerDavid Robillard <d@drobilla.net>2009-07-03 07:43:44 +0000
commit22dac3110718ed92672d22f0438034c7e1b77dfd (patch)
tree00001ab836d1ce4dd7d4616409fd6025ed8d8aa9 /src/tlsf.h
parent6bbc46388656547dd566849d3ed8aaaec9ad1cb9 (diff)
downloadresp-22dac3110718ed92672d22f0438034c7e1b77dfd.tar.gz
resp-22dac3110718ed92672d22f0438034c7e1b77dfd.tar.bz2
resp-22dac3110718ed92672d22f0438034c7e1b77dfd.zip
Tidy.
git-svn-id: http://svn.drobilla.net/resp/tuplr@175 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'src/tlsf.h')
-rw-r--r--src/tlsf.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/tlsf.h b/src/tlsf.h
index 24cca9d..35d5f97 100644
--- a/src/tlsf.h
+++ b/src/tlsf.h
@@ -1,6 +1,9 @@
/* Two Levels Segregate Fit memory allocator (TLSF)
* Version 2.4.4
*
+ * Modified for Tuplr by David Robillard.
+ * Original TLSF code available at http://rtportal.upv.es/rtmalloc/
+ *
* Written by Miguel Masmano Tello <mimastel@doctor.upv.es>
*
* Thanks to Ismael Ripoll for his suggestions and reviews
@@ -14,10 +17,6 @@
* Released under the terms of the GNU Lesser General Public License Version 2.1
*/
-/* This version of TLSF has been modified for Tuplr by David Robillard,
- * and is not API compatible with TLSF. See http://rtportal.upv.es/rtmalloc/
- */
-
#ifndef _TLSF_H_
#define _TLSF_H_