1; mpatrol
2; A library for controlling and tracing dynamic memory allocations.
3; Copyright (C) 1997-2002 Graeme S. Roy <graeme.roy@analog.com>
4;
5; This library is free software; you can redistribute it and/or
6; modify it under the terms of the GNU Library General Public
7; License as published by the Free Software Foundation; either
8; version 2 of the License, or (at your option) any later version.
9;
10; This library is distributed in the hope that it will be useful,
11; but WITHOUT ANY WARRANTY; without even the implied warranty of
12; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13; Library General Public License for more details.
14;
15; You should have received a copy of the GNU Library General Public
16; License along with this library; if not, write to the Free
17; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
18; MA 02111-1307, USA.
19
20
21; DLL Definition
22
23
24LIBRARY MPATROL
25
26VERSION 1.4
27
28DESCRIPTION "controls and traces dynamic memory allocations"
29
30EXPORTS
31	__mp_errno
32	__mp_init
33	__mp_reinit
34	__mp_fini
35	__mp_trap
36	__mp_atexit
37	__mp_setoption
38	__mp_getoption
39	__mp_memhead
40	__mp_alloc
41	__mp_strdup
42	__mp_realloc
43	__mp_free
44	__mp_setmem
45	__mp_copymem
46	__mp_comparemem
47	__mp_locatemem
48	__mp_libversion
49	__mp_strerror
50	__mp_function
51	__mp_setuser
52	__mp_setmark
53	__mp_info
54	__mp_syminfo
55	__mp_symbol
56	__mp_printinfo
57	__mp_snapshot
58	__mp_iterate
59	__mp_iterateall
60	__mp_addallocentry
61	__mp_addfreeentry
62	__mp_clearleaktable
63	__mp_startleaktable
64	__mp_stopleaktable
65	__mp_leaktable
66	__mp_memorymap
67	__mp_summary
68	__mp_stats
69	__mp_checkheap
70	__mp_check
71	__mp_prologue
72	__mp_epilogue
73	__mp_nomemory
74	__mp_pushdelstack
75	__mp_popdelstack
76	__mp_printf
77	__mp_vprintf
78	__mp_printfwithloc
79	__mp_vprintfwithloc
80	__mp_logmemory
81	__mp_logstack
82	__mp_logaddr
83	__mp_edit
84	__mp_list
85	__mp_view
86	__mp_readcontents
87	__mp_writecontents
88	__mp_cmpcontents
89	__mp_remcontents
90	__mp_libimagehlp
91	__cyg_profile_func_enter
92	__cyg_profile_func_exit
93	chkr_set_right
94	chkr_copy_bitmap
95	chkr_check_addr
96	chkr_check_str
97	chkr_check_exec
98	malloc
99	calloc
100	memalign
101	valloc
102	pvalloc
103	alloca
104	strdup
105	strndup
106	strsave
107	strnsave
108	strdupa
109	strndupa
110	realloc
111	reallocf
112	recalloc
113	expand
114	free
115	cfree
116	dealloca
117	memset
118	bzero
119	memccpy
120	memcpy
121	memmove
122	bcopy
123	memchr
124	memmem
125	memcmp
126	bcmp
127	?set_new_handler@@YAP6AXXZP6AXXZ@Z
128	??2@YAPAXI@Z
129	??2@YAPAXIABUnothrow_t@std@@@Z
130	??_U@YAPAXI@Z
131	??_U@YAPAXIABUnothrow_t@std@@@Z
132	??3@YAXPAX@Z
133	??3@YAXPAXABUnothrow_t@std@@@Z
134	??_V@YAXPAX@Z
135	??_V@YAXPAXABUnothrow_t@std@@@Z
136