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