source: git/omalloc/omalloc.dox @ 1a845e

fieker-DuValspielwiese
Last change on this file since 1a845e was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 755 bytes
RevLine 
[eb8f20]1/*!
[efec0e]2
[eb8f20]3 \page omalloc_page Singular memory manager for small chunks (omalloc)
[9b0e1a]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).
[75f460]8
9 Short introduction to omalloc
[9b0e1a]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
[75f460]14 Note that this package has no further dependencies,  while it is used by the rest of Singular packages
15 - \ref factory_page
[9b0e1a]16 - \ref libpolys_page
17 - \ref kernel_page
18 - \ref singular_page
[75f460]19
[9b0e1a]20*/
Note: See TracBrowser for help on using the repository browser.