On Mon, Mar 19, 2001 at 05:38:41PM -0600, Faisal Naeem wrote:
> does anyone know where I can get a hold of malloc and/or free
> in the kernel srcs .

malloc(3) is not a system call.  That's why it's in section 3 of the
manual.  It's a libc routine on top of the brk(2) system call.

-- 
Chip Rosenthal <[EMAIL PROTECTED]>                      http://www.unicom.com/
Protect your mail server against spam.                http://mail-abuse.org/
Junk email is theft.  There ought to be a law.        http://www.cauce.org/
"I can't control my fingers.  I can't control my brain."
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]

Reply via email to