diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2010-11-28 06:20:41 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2010-11-28 06:20:41 +0000 |
| commit | 7a1e830cbcd5d33aa7fcdd8732e6ea26510508fd (patch) | |
| tree | b8a47c127e9100c1078d4e43f050dccc3b15f210 /cvmx-malloc/README-malloc | |
| parent | 1c305b501145f696d3597fb9b5b2091caaa6f67c (diff) | |
Notes
Diffstat (limited to 'cvmx-malloc/README-malloc')
| -rw-r--r-- | cvmx-malloc/README-malloc | 12 |
1 files changed, 0 insertions, 12 deletions
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. |
