/*ident "@(#)cls4:incl-master/proto-headers/sys/map.h 1.1" */ #usedby svr4 sgi-svr4 solaris /******************************************************************************* C++ source for the C++ Language System, Release 3.0. This product is a new release of the original cfront developed in the computer science research center of AT&T Bell Laboratories. Copyright (c) 1991 AT&T and UNIX System Laboratories, Inc. Copyright (c) 1984, 1989, 1990 AT&T. All Rights Reserved. THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE of AT&T and UNIX System Laboratories, Inc. The copyright notice above does not evidence any actual or intended publication of such source code. *******************************************************************************/ #ifndef __SYS_MAP_H #define __SYS_MAP_H #hide rmfree #hide mfree #hide rmalloc #hide malloc #expand sys/map.h extern "C" { void rmfree(struct map *, size_t, u_long); void mfree(struct map *, size_t, u_long); u_long rmalloc(struct map *, size_t); u_long malloc(struct map *, size_t); } #endif