Bug 38618

Summary: Malloc types can be used with multiple allocations
Product: Documentation Reporter: Hiten Pandya <hiten>
Component: Books & ArticlesAssignee: Hiten Pandya <hmp>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Hiten Pandya 2002-05-27 15:30:02 UTC
	The malloc_type argument to the kernel malloc(9), and MALLOC(9)
	calls be used for multiple allocations.  Although this is common
	knowledge when you have experimented with it, but for newbie
	kernel hackers, it would be a good hint.  The delta attached
	below can be used to provide this note.

	Thanks.

	  -- Hiten Pandya
	  -- <hiten@uk.FreeBSD.org>

Fix: Apply the below provided delta.  Otherwise please comment
	in the followup.
Comment 1 Tom Rhodes freebsd_committer freebsd_triage 2002-12-27 17:39:25 UTC
Responsible Changed
From-To: freebsd-doc->trhodes

I'll work on getting this in over the next few days.
Comment 2 Hiten Pandya freebsd_committer freebsd_triage 2003-05-06 20:02:11 UTC
Responsible Changed
From-To: trhodes->hmp

Assign this PR to myself.  Approved by: trhodes.
Comment 3 Hiten Pandya freebsd_committer freebsd_triage 2003-05-06 20:10:41 UTC
State Changed
From-To: open->closed

A correct variant of the fix has been committed.