blob: 985d6bdf776a0cd460915da77e2bce72f6070fe4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Memory i/o (MEMIO) portion of the system library.
$checkout libmemdbg.a lib$
$update libmemdbg.a
$checkin libmemdbg.a lib$
$exit
libmemdbg.a:
zrtadr.c
memlog.c
begmem.x <mach.h>
calloc.x
coerce.x <szdtype.inc>
kmalloc.x memdbg.com <config.h>
krealloc.x memdbg.com <config.h> <mach.h>
malloc.x memdbg.com <config.h>
malloc1.x memdbg.com <mach.h>
mfree.x memdbg.com
mgdptr.x
mgtfwa.x <config.h> <mach.h>
msvfwa.x
realloc.x memdbg.com
salloc.x memdbg.com <config.h> <szdtype.inc>
sizeof.x <szdtype.inc>
vmalloc.x memdbg.com <config.h> <mach.h>
;
|