From owner-freebsd-hackers Fri Nov 29 11:29:30 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA01392 for hackers-outgoing; Fri, 29 Nov 1996 11:29:30 -0800 (PST) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA01387 for ; Fri, 29 Nov 1996 11:29:28 -0800 (PST) Received: from misery.sdf.com ([204.244.213.33]) by misery.sdf.com with SMTP id <1344-9462>; Fri, 29 Nov 1996 11:30:20 -0800 Date: Fri, 29 Nov 1996 11:30:16 -0800 (PST) From: Tom Samplonius To: hackers@freebsd.org Subject: Using phkmalloc in 2.1.6? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I would like to link some applications with phkmalloc on a 2.1.6 system, but there apperars to be no port/package/tarball of phkmalloc available anywhere. If there isn't such a thing available, does anyone have a makefile that will build a working libphkmalloc.a, under 2.1.6? Also, can't phkmalloc be used on other platforms? I would think that it would provide some benefit over the stock SunOS 4.1 malloc, or are their alignment/endian problems that prevent this? Tom