diff options
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. |