Subject: Re: CVS commit: src/sys/sys
To: Jason Thorpe <thorpej@shagadelic.org>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 03/20/2006 09:00:34
On Mar 19,  9:31pm, thorpej@shagadelic.org (Jason Thorpe) wrote:
-- Subject: Re: CVS commit: src/sys/sys

| How about just using __builtin_constant_p() and redirecting to malloc 
| () if false?

I wanted it to be compile time not run time, so that the code is fixed.

christos