search for: malloctest

Displaying 3 results from an estimated 3 matches for "malloctest".

Did you mean: malloctest2
2005 Aug 07
0
kbuild: add klibc/tests
...ic-y := $(test-files:.c=) +shared-y := $(addsuffix .shared, $(static-y)) + +environ.shared-y := environ.o +fcntl.shared-y := fcntl.o +getopttest.shared-y := getopttest.o +getpagesize.shared-y := getpagesize.o +hello.shared-y := hello.o +idtest.shared-y := idtest.o +malloctest.shared-y := malloctest.o +malloctest2.shared-y := malloctest2.o +memstrtest.shared-y := memstrtest.o +microhello.shared-y := microhello.o +minihello.shared-y := minihello.o +mmaptest.shared-y := mmaptest.o +nfs_no_rpc.shared-y := nfs_no_rpc.o +opentest.shared-y := opente...
2006 Jun 26
0
[klibc 38/43] Simple test suite for klibc
...55 -0700 usr/klibc/tests/Kbuild | 47 usr/klibc/tests/environ.c | 24 usr/klibc/tests/fcntl.c | 50 usr/klibc/tests/getopttest.c | 32 usr/klibc/tests/getpagesize.c | 10 usr/klibc/tests/hello.c | 7 usr/klibc/tests/idtest.c | 14 usr/klibc/tests/malloctest.c | 4146 +++++++++++++++++++++++++++++++++++++++++ usr/klibc/tests/malloctest2.c | 62 + usr/klibc/tests/memstrtest.c | 28 usr/klibc/tests/microhello.c | 9 usr/klibc/tests/minihello.c | 7 usr/klibc/tests/mmaptest.c | 73 + usr/klibc/tests/opentest.c | 15 usr/klibc/...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: