xref: /onnv-gate/usr/src/lib/libumem/common/mapfile-vers (revision 12692:4341b447c069)
12522Sraf#
22522Sraf# CDDL HEADER START
32522Sraf#
42522Sraf# The contents of this file are subject to the terms of the
52522Sraf# Common Development and Distribution License (the "License").
62522Sraf# You may not use this file except in compliance with the License.
72522Sraf#
82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92522Sraf# or http://www.opensolaris.org/os/licensing.
102522Sraf# See the License for the specific language governing permissions
112522Sraf# and limitations under the License.
122522Sraf#
132522Sraf# When distributing Covered Code, include this CDDL HEADER in each
142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152522Sraf# If applicable, add the following below this CDDL HEADER, with the
162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying
172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
182522Sraf#
192522Sraf# CDDL HEADER END
202522Sraf#
212522Sraf#
22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
232522Sraf#
248744SAli.Bahrami@Sun.COM
258744SAli.Bahrami@Sun.COM#
268744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
278744SAli.Bahrami@Sun.COM#
288744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
298744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
308744SAli.Bahrami@Sun.COM#
318744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
328744SAli.Bahrami@Sun.COM#
338744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
348744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
358744SAli.Bahrami@Sun.COM#
368744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
372522Sraf#
382522Sraf
39*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
40*12692SAli.Bahrami@Oracle.COM
41*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_1.1 {
422522Sraf    global:
43*12692SAli.Bahrami@Oracle.COM	calloc			{ FLAGS = NODIRECT };
44*12692SAli.Bahrami@Oracle.COM	free			{ FLAGS = NODIRECT };
45*12692SAli.Bahrami@Oracle.COM	malloc			{ FLAGS = NODIRECT };
46*12692SAli.Bahrami@Oracle.COM	memalign		{ FLAGS = NODIRECT };
47*12692SAli.Bahrami@Oracle.COM	realloc			{ FLAGS = NODIRECT };
482522Sraf	umem_alloc;
492522Sraf	umem_cache_alloc;
502522Sraf	umem_cache_create;
512522Sraf	umem_cache_destroy;
522522Sraf	umem_cache_free;
532522Sraf	umem_free;
542522Sraf	umem_nofail_callback;
552522Sraf	umem_zalloc;
56*12692SAli.Bahrami@Oracle.COM	valloc			{ FLAGS = NODIRECT };
572522Sraf};
582522Sraf
59*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
602522Sraf    global:
612522Sraf	umem_alloc_align;
622522Sraf	umem_free_align;
632522Sraf	umem_reap;
642522Sraf	vmem_add;
652522Sraf	vmem_alloc;
662522Sraf	vmem_contains;
672522Sraf	vmem_create;
682522Sraf	vmem_destroy;
692522Sraf	vmem_free;
702522Sraf	vmem_heap_arena;
712522Sraf	vmem_size;
722522Sraf	vmem_walk;
732522Sraf	vmem_xalloc;
742522Sraf	vmem_xfree;
752522Sraf    local:
762522Sraf	*;
772522Sraf};
78