~ubuntu-branches/ubuntu/trusty/maloc/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/libmaloc-dev.doc-base

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2006-06-29 15:21:06 UTC
  • Revision ID: james.westby@ubuntu.com-20060629152106-1ju2hh3nnfjaiziu
Tags: 0.2-1
Initial release. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Document: libmaloc-dev
 
2
Title: MALOC Programmer's Manual
 
3
Author: Michael Holst <mholst@math.ucsd.edu> 
 
4
Abstract: This manual describes the MALOC application
 
5
 programming interface and programmer's guide.
 
6
 MALOC is a small, portable, abstract C environment library for object-
 
7
 oriented C programming.  MALOC is used as the foundation layer for a
 
8
 number of scientific applications, including MC, SG, and APBS.  MALOC
 
9
 can be used as a small stand-alone abstraction environment for writing
 
10
 portable C programs which need access to resources which are typically
 
11
 architecture-dependent, such as INET sockets, timing routines, and so
 
12
 on.  MALOC provides abstract datatypes, memory management routines,
 
13
 timing routines, machine epsilon, access to UNIX and INET sockets, MPI,
 
14
 etc.  All things that can vary from one architecture to another are
 
15
 abstracted out of an application code and placed in MALOC.
 
16
Section: science
 
17
 
 
18
Format: HTML
 
19
Index: /usr/share/doc/libmaloc-dev/html/index.html
 
20
Files: /usr/share/doc/libmaloc-dev/html/*.html
 
21
 
 
22