Re: Malloc while freeing some object

From: Dmitry Mityugov (dmitry.mityugov_at_gmail.com)
Date: 06/30/05

  • Next message: Roman Kurakin: "Re: Malloc while freeing some object"
    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"
    

  • Next message: Roman Kurakin: "Re: Malloc while freeing some object"

    Relevant Pages