mapfile-vers revision f808c858fa61e7769218966759510a8b1190dfcf
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey#
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey# CDDL HEADER START
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey#
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey# The contents of this file are subject to the terms of the
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey# Common Development and Distribution License (the "License").
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey# You may not use this file except in compliance with the License.
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey#
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey# or http://www.opensolaris.org/os/licensing.
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey# See the License for the specific language governing permissions
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey# and limitations under the License.
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey#
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey# When distributing Covered Code, include this CDDL HEADER in each
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey# If applicable, add the following below this CDDL HEADER, with the
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey# fields enclosed by brackets "[]" replaced with your own identifying
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey# information: Portions Copyright [yyyy] [name of copyright owner]
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey#
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey# CDDL HEADER END
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey#
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey#
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
f6da83d4178694e7113b71d1e452f15b296f73d8Anurag S. Maskey# Use is subject to license terms.
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey#
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey# ident "%Z%%M% %I% %E% SMI"
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey#
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. MaskeySUNW_1.1 {
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey global:
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey calloc = NODIRECT;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey free = NODIRECT;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey malloc = NODIRECT;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey memalign = NODIRECT;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey realloc = NODIRECT;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey umem_alloc;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey umem_cache_alloc;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey umem_cache_create;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey umem_cache_destroy;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey umem_cache_free;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey umem_free;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey umem_nofail_callback;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey umem_zalloc;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey valloc = NODIRECT;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey};
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. MaskeySUNWprivate_1.1 {
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey global:
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey umem_alloc_align;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey umem_free_align;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey umem_reap;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey vmem_add;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey vmem_alloc;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey vmem_contains;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey vmem_create;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey vmem_destroy;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey vmem_free;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey vmem_heap_arena;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey vmem_size;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey vmem_walk;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey vmem_xalloc;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey vmem_xfree;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey local:
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey *;
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey};
6ba597c56d749c61b4f783157f63196d7b2445f0Anurag S. Maskey