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