pro_alloc.h revision 07dc1947c362e187fb955d283b692f8769dd5def
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina/*
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina Copyright (C) 2000,2004 Silicon Graphics, Inc. All Rights Reserved.
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina This program is free software; you can redistribute it and/or modify it
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina under the terms of version 2.1 of the GNU Lesser General Public License
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina as published by the Free Software Foundation.
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina This program is distributed in the hope that it would be useful, but
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina WITHOUT ANY WARRANTY; without even the implied warranty of
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina Further, this software is distributed without any warranty that it is
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina free of the rightful claim of any third person regarding infringement
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina or the like. Any license provided herein, whether implied or
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina otherwise, applies only to this software file. Patent licenses, if
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina any, provided herein do not apply to combinations of this program with
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina other software, or any other product whatsoever.
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina You should have received a copy of the GNU Lesser General Public
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina License along with this program; if not, write the Free Software
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston MA 02110-1301,
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina USA.
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina Contact information: Silicon Graphics, Inc., 1500 Crittenden Lane,
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina Mountain View, CA 94043, or:
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina http://www.sgi.com
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina For further information regarding this notice, see:
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina http://oss.sgi.com/projects/GenInfo/NoticeExplan
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina*/
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel BřezinaDwarf_Ptr _dwarf_p_get_alloc(Dwarf_P_Debug, Dwarf_Unsigned);
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březinavoid _dwarf_p_dealloc(Dwarf_P_Debug dbg, Dwarf_Small * ptr);
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březinavoid _dwarf_p_dealloc_all(Dwarf_P_Debug dbg);
f7ea0b1d46197275c87bdc73a6e38a6fd7f855eePavel Březina