Skip to content
  • Matthias Clasen's avatar
    use standard_calloc to allocate the profile_data. (#335209, Chris Wilson) · d0ee6384
    Matthias Clasen authored
    2006-03-20  Matthias Clasen  <mclasen@redhat.com>
    
            * glib/gmem.c (profiler_log): use standard_calloc to allocate
            the profile_data.  (#335209, Chris Wilson)
    
            * glib/gmain.c (g_main_context_unref): Avoid a deadlock.
            (#335207, Chris Wilson)
    
            Minor optimizations (#335216, Chris Wilson):
    
            * glib/gasyncqueue.c (g_async_queue_pop_intern_unlocked): Use
            g_queue_peek_tail_link instead of g_queue_peek_tail.
    
            * glib/glist.c:
            * glib/gslist.c: Avoid some memset calls.
    d0ee6384