From 7a1e830cbcd5d33aa7fcdd8732e6ea26510508fd Mon Sep 17 00:00:00 2001 From: Juli Mallett Date: Sun, 28 Nov 2010 06:20:41 +0000 Subject: Import Cavium Octeon SDK 2.0 Simple Executive from cnusers.org. --- cvmx-malloc/README-malloc | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 cvmx-malloc/README-malloc (limited to 'cvmx-malloc/README-malloc') diff --git a/cvmx-malloc/README-malloc b/cvmx-malloc/README-malloc deleted file mode 100644 index 922a713410a9..000000000000 --- a/cvmx-malloc/README-malloc +++ /dev/null @@ -1,12 +0,0 @@ -Readme for Octeon shared memory malloc - -This malloc is based on ptmalloc2, which is the malloc -implementation of glibc. Source code and more information -on this can be found at http://www.malloc.de/en/index.html. -Please see the individual files for licensing terms. - -The main change to the code modifies the way the malloc -gets memory from the system. Under Linux/Unix, malloc -uses the brk or memmap sytem calls to request more memory. -In this implementation, memory regions must be explicitly -given to malloc by the application. -- cgit v1.2.3