Re: Malloc while freeing some object
From: Dmitry Mityugov (dmitry.mityugov_at_gmail.com)
Date: 06/30/05
- Previous message: John Baldwin: "Re: hot path optimizations in uma_zalloc() & uma_zfree()"
- In reply to: Roman Kurakin: "Malloc while freeing some object"
- Next in thread: Roman Kurakin: "Re: Malloc while freeing some object"
- Reply: Roman Kurakin: "Re: Malloc while freeing some object"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 30 Jun 2005 22:02:29 +0400 To: Roman Kurakin <rik@cronyx.ru>
On 6/30/05, Roman Kurakin <rik@cronyx.ru> wrote:
> Hi,
>
> One simple question on programming style. Is it ok
> to call malloc while we releasing some object?
Are you releasing it in another thread? Is it a C++ object? How are
you releasing it?
-- Dmitry "We live less by imagination than despite it" - Rockwell Kent, "N by E" _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: John Baldwin: "Re: hot path optimizations in uma_zalloc() & uma_zfree()"
- In reply to: Roman Kurakin: "Malloc while freeing some object"
- Next in thread: Roman Kurakin: "Re: Malloc while freeing some object"
- Reply: Roman Kurakin: "Re: Malloc while freeing some object"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|