Port details |
- libmalloc Small, fast malloc library with comprehensive error checking
- 1.18 devel
=1 1.18Version of this port present on the latest quarterly branch. BROKEN: "Installs malloc.h, masking system version"
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: unknown
- Last Update: 2002-10-13 04:20:26
- SVN Revision: UNKNOWN
- People watching this port, also watch:: p5-type1inst, xpx
- License: not specified in port
- Description:
- This is a complete set of memory allocation functions (malloc and
friends) from the Computer Systems Research Institute at U of Toronto.
The allocator is small, fast and space-efficient.
It performs coalescing on frees.
It has hooks for profiling, tracing and memory leak detection.
It has very comprehensive and paranoid errorchecking as a compile
time option, enough to detect most forms of heap corruption.
Optionally, it attempts to be compatible with the proposed ANSI C
Standard definition for the standard library functions malloc(),
calloc(), realloc() and free(). By default, it is more or less
compatible with existing Unix malloc() functions - some
differences do exist. (Notably free(), cfree() returning void,
realloc() not accepting a freed block)
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME:
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.18 13 Oct 2002 04:20:26
 |
kris  |
This port was marked BROKEN 23 months ago. Remove it. |
1.18 08 May 2002 20:44:34
 |
obrien  |
To ports@freebsd.org. |
11 Mar 2001 01:18:39
    |
kris  |
Fix plist |
22 Nov 2000 00:21:52
    |
obrien  |
Add $FreeBSD$, which help me in problem reports. |
19 Oct 2000 16:09:45
    |
ade  |
Mark BROKEN. This port installs a malloc.h into ${PREFIX}/include, which is
getting picked up first by a bunch of other ports. |
08 Oct 2000 02:10:04
    |
asami  |
Convert category devel to new layout. |
02 Sep 2000 00:30:25
    |
obrien  |
Give credit to the authors (also to help destingish this from other malloc
libs ports we have). |
16 Jun 2000 22:52:41
    |
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:48:25
    |
sobomax  |
Fourth round of INSTALLS_SHLIBS conversion. |
12 Jun 2000 23:01:26
    |
asami  |
Remove @exec ranlib's. Since pkg_add doesn't change the timestamp, these are
not necessary (even if the linker cares about the timestamp -- I'm not sure if
it does). |