• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.amH A D03-May-2022412 137

Makefile.inH A D03-May-202225.9 KiB856768

READMEH A D29-Jun-2020784 2519

malloc.cH A D29-Jun-20207.5 KiB352263

vmalloc.hH A D29-Jun-20207.1 KiB199147

vmalloc.vcxprojH A D29-Jun-20205.4 KiB121121

vmalloc.vcxproj.filtersH A D29-Jun-20202.6 KiB8181

vmbest.cH A D29-Jun-202028.7 KiB1,186943

vmclear.cH A D29-Jun-20201.7 KiB6942

vmclose.cH A D29-Jun-20202 KiB7840

vmdcheap.cH A D29-Jun-20201.3 KiB4415

vmdebug.cH A D29-Jun-202014.9 KiB650492

vmdisc.cH A D29-Jun-20201.1 KiB3614

vmhdr.hH A D03-May-202215.4 KiB459314

vmlast.cH A D29-Jun-20209.2 KiB400320

vmopen.cH A D29-Jun-20204.4 KiB16099

vmpool.cH A D29-Jun-20206.3 KiB283211

vmprivate.cH A D29-Jun-20206.7 KiB265185

vmprofile.cH A D29-Jun-202015.1 KiB631513

vmregion.cH A D29-Jun-2020873 255

vmsegment.cH A D29-Jun-20201.2 KiB4417

vmset.cH A D29-Jun-20201.3 KiB5422

vmstat.cH A D29-Jun-20202.7 KiB10778

vmstrdup.cH A D29-Jun-2020855 3010

vmtrace.cH A D29-Jun-20204.2 KiB185129

vmwalk.cH A D29-Jun-20201.4 KiB5531

README

1DIRECTORY HIERARCHY:
2This directory hierarchy contains the source of the Vmalloc library.
3
4. :		source code for Vmalloc functions
5./features:	source code for generating configuration parameters.
6./Vmalloc_t:	a set of regression tests - executable with "runtest"
7
8SOFTWARE CONSTRUCTION:
9
10There are two make files, Makefile for Glenn Fowler's nmake and
11makefile for old make.  The build procedure is based on the
12iffe language for automatic configuration. An iffe interpreter
13and its manual pages are included in this code distribution.
14See the files in ./features for examples of iffe probes to generate
15configuration parameters.
16
17CORRESPONDENCE:
18Comments, etc. should be sent to:
19
20	Phong Vo
21	AT&T Labs - Research
22	180 Park Avenue
23	Florham Park, NJ 07932
24	e-mail: kpv@research.att.com
25