File: omalloc.dox

package info (click to toggle)
singular 1%3A4.4.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 47,520 kB
  • sloc: cpp: 319,164; ansic: 42,206; perl: 5,855; sh: 5,524; lisp: 4,241; python: 2,101; makefile: 1,890; yacc: 1,651; pascal: 1,411; lex: 1,367; tcl: 1,024; xml: 182
file content (20 lines) | stat: -rw-r--r-- 755 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*!

 \page omalloc_page Singular memory manager for small chunks (omalloc)

 This is the Singular-specific memory manager which is tunned to
 handle the allocation and de-allocation of memory blocks of small
 size as efficient as it is possible (a few machine instructions in most cases).

 Short introduction to omalloc
 <A HREF="http://www.mathematik.uni-kl.de/~motsak/talks/SICSA2011_Motsak_omalloc.pdf">short talk</A>.
 For more details see
 <A HREF="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/doc/OMALLOC.ps.gz">Detailed manual (OMALLOC.ps.gz)</A>.

 Note that this package has no further dependencies,  while it is used by the rest of Singular packages
 - \ref factory_page
 - \ref libpolys_page
 - \ref kernel_page
 - \ref singular_page

*/