Searched hist:7742 (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/lib/libcompat/4.3/
H A Dre_comp.3diff 7742 Mon Apr 10 16:48:06 MDT 1995 joerg My libcompat cleanup.

o add missing man pages

o make all man pages clearly refer to the libcompat thingie

o add the information to the vtimes(3) and vlimit(3) man pages
that nobody has reimplemented the functions by now

o add the missing getpw.c

o add code and man pages for cftime(3) and
ascftime(3) -- i found them somewhere in old
unfinished work
/freebsd-9.3-release/lib/libcompat/4.4/
H A Dcuserid.37742 Mon Apr 10 16:48:06 MDT 1995 joerg My libcompat cleanup.

o add missing man pages

o make all man pages clearly refer to the libcompat thingie

o add the information to the vtimes(3) and vlimit(3) man pages
that nobody has reimplemented the functions by now

o add the missing getpw.c

o add code and man pages for cftime(3) and
ascftime(3) -- i found them somewhere in old
unfinished work
/freebsd-9.3-release/lib/libcompat/
H A DMakefilediff 7742 Mon Apr 10 16:48:06 MDT 1995 joerg My libcompat cleanup.

o add missing man pages

o make all man pages clearly refer to the libcompat thingie

o add the information to the vtimes(3) and vlimit(3) man pages
that nobody has reimplemented the functions by now

o add the missing getpw.c

o add code and man pages for cftime(3) and
ascftime(3) -- i found them somewhere in old
unfinished work
/freebsd-9.3-release/lib/libc/stdlib/
H A Dmalloc.3diff 11338 Sun Oct 08 16:44:20 MDT 1995 phk phkmalloc/2
"zero' and 'junk' options to help find and diagnose malloc abuse.
EXTRA_SANITY defaults "junk" to on.
Don't dump the internal state, unless EXTRA_SANITY.
General code cleanup.
Error messages cleaned up a bit, more checking earlier.
EXTRA_SANITY is default at this time (just in case).
Performance (without EXTRA_SANITY) is better, beats gnumalloc in
both time & space most of the time:

# In-memory test.
./malloc 50000000 2000 8192
159.2u 1.5s 2:41.85 99.3% 5+7742k 0+0io 0pf+0w
./gnumalloc 50000000 2000 8192
272.6u 0.4s 4:35.01 99.3% 5+8533k 0+0io 0pf+0w

# Swap-space test.
./malloc 500000 14000 8192
6.5u 4.1s 4:08.87 4.3% 5+49209k 0+0io 9772pf+0w
./gnumalloc 500000 14000 8192
16.2u 14.5s 15:36.14 3.2% 5+54100k 0+0io 47651pf+0w

# Small items test.
./malloc 20000000 20000 2048
67.0u 0.3s 1:07.83 99.2% 5+18199k 0+0io 4pf+0w
./gnumalloc 20000000 20000 2048
66.2u 0.3s 1:07.03 99.3% 5+18107k 0+0io 0pf+0w

SANITY is not an option anymore. (!!)
H A Dmalloc.cdiff 11338 Sun Oct 08 16:44:20 MDT 1995 phk phkmalloc/2
"zero' and 'junk' options to help find and diagnose malloc abuse.
EXTRA_SANITY defaults "junk" to on.
Don't dump the internal state, unless EXTRA_SANITY.
General code cleanup.
Error messages cleaned up a bit, more checking earlier.
EXTRA_SANITY is default at this time (just in case).
Performance (without EXTRA_SANITY) is better, beats gnumalloc in
both time & space most of the time:

# In-memory test.
./malloc 50000000 2000 8192
159.2u 1.5s 2:41.85 99.3% 5+7742k 0+0io 0pf+0w
./gnumalloc 50000000 2000 8192
272.6u 0.4s 4:35.01 99.3% 5+8533k 0+0io 0pf+0w

# Swap-space test.
./malloc 500000 14000 8192
6.5u 4.1s 4:08.87 4.3% 5+49209k 0+0io 9772pf+0w
./gnumalloc 500000 14000 8192
16.2u 14.5s 15:36.14 3.2% 5+54100k 0+0io 47651pf+0w

# Small items test.
./malloc 20000000 20000 2048
67.0u 0.3s 1:07.83 99.2% 5+18199k 0+0io 4pf+0w
./gnumalloc 20000000 20000 2048
66.2u 0.3s 1:07.03 99.3% 5+18107k 0+0io 0pf+0w

SANITY is not an option anymore. (!!)

Completed in 185 milliseconds