source: git/omalloc/omalloc.dox

spielwiese
Last change on this file was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 755 bytes
Line 
1/*!
2
3 \page omalloc_page Singular memory manager for small chunks (omalloc)
4
5 This is the Singular-specific memory manager which is tunned to
6 handle the allocation and de-allocation of memory blocks of small
7 size as efficient as it is possible (a few machine instructions in most cases).
8
9 Short introduction to omalloc
10 <A HREF="http://www.mathematik.uni-kl.de/~motsak/talks/SICSA2011_Motsak_omalloc.pdf">short talk</A>.
11 For more details see
12 <A HREF="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/doc/OMALLOC.ps.gz">Detailed manual (OMALLOC.ps.gz)</A>.
13
14 Note that this package has no further dependencies,  while it is used by the rest of Singular packages
15 - \ref factory_page
16 - \ref libpolys_page
17 - \ref kernel_page
18 - \ref singular_page
19
20*/
Note: See TracBrowser for help on using the repository browser.