In message <[EMAIL PROTECTED]>, Maxim Konovalov wr
ites:

>> > tmppath is a rather big one but I can't find the second item. What
>> > about this patch:
>>
>> I think the others are the partinfo and ccdgeom structures.
>
>struct partinfo holds only two pointers, ccg is a pointer too.

I meant partinfo, but I hadn't looked at it in enough detail
to notice how small it actually was.  My fault.

>> As an aside, what's the undocumented M_DEVBUF flag for?

It's a catch-all malloc bucket for things in drivers which are not
worth allocating their own bucket for.

M_TEMP is a similar catch-all bucket for which I belive the
rule-of-thumb is that nothing should remain allocated by the time
we return to userland.


-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED]         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to