Searched hist:88800 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/tools/test/malloc/
H A Dmain.cdiff 88800 Wed Jan 02 06:42:34 MST 2002 kbyanc Remove broken attempt to compile libc's malloc source directly; this
allows this tool to compile again. Albeit, now to test a new malloc
implementation one has to install the new libc which may have bad
consequences (i.e. if the new malloc implementation were buggy).

Add logic to workaround malloc's current behaviour of returning an
invalid non-NULL pointer for 0 byte allocation requests; this prevents the
tool from coring during the NOPS loop.

Add $FreeBSD$ tags.
H A DMakefilediff 88800 Wed Jan 02 06:42:34 MST 2002 kbyanc Remove broken attempt to compile libc's malloc source directly; this
allows this tool to compile again. Albeit, now to test a new malloc
implementation one has to install the new libc which may have bad
consequences (i.e. if the new malloc implementation were buggy).

Add logic to workaround malloc's current behaviour of returning an
invalid non-NULL pointer for 0 byte allocation requests; this prevents the
tool from coring during the NOPS loop.

Add $FreeBSD$ tags.

Completed in 119 milliseconds