llib-lmapmalloc revision 2
6408N/A/*
6408N/A * CDDL HEADER START
6408N/A *
6408N/A * The contents of this file are subject to the terms of the
6408N/A * Common Development and Distribution License, Version 1.0 only
6408N/A * (the "License"). You may not use this file except in compliance
6408N/A * with the License.
6408N/A *
6408N/A * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6408N/A * or http://www.opensolaris.org/os/licensing.
6408N/A * See the License for the specific language governing permissions
6408N/A * and limitations under the License.
6408N/A *
6408N/A * When distributing Covered Code, include this CDDL HEADER in each
6408N/A * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6408N/A * If applicable, add the following below this CDDL HEADER, with the
6408N/A * fields enclosed by brackets "[]" replaced with your own identifying
6408N/A * information: Portions Copyright [yyyy] [name of copyright owner]
6408N/A *
6408N/A * CDDL HEADER END
6408N/A */
6408N/A/*
6408N/A * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
6408N/A * Use is subject to license terms.
6408N/A */
6408N/A
6408N/A#pragma ident "%Z%%M% %I% %E% SMI"
6408N/A
6408N/A/* LINTLIBRARY */
6408N/A/* PROTOLIB1 */
6408N/A
6408N/A#include <malloc.h>
6408N/A
6408N/Avoid cfree(void *p, size_t num, size_t size);
6408N/A