cvs commit: src/lib/libc/stdlib malloc.c
Jason Evans
jasone at FreeBSD.ORG
Thu Jan 26 21:21:53 PST 2006
On Jan 26, 2006, at 9:09 PM, Andrey Chernov wrote:
> On Fri, Jan 27, 2006 at 04:42:10AM +0000, Jason Evans wrote:
>> Add NO_MALLOC_EXTRAS, so that various extra features that can cause
>> performance degradation can be disabled via something like the
>> following
>> in /etc/malloc.conf:
>>
>> CFLAGS+=-DNO_MALLOC_EXTRAS
>
> Thanx.
> You probably mean /etc/make.conf instead, do you?
Yeah, /etc/make.conf. Whoops. =)
> Is
> CFLAGS+=-DNO_MALLOC_EXTRAS -DMALLOC_REDZONES
> possible combination?
Yes, that works fine.
Jason
More information about the cvs-src
mailing list