summaryrefslogtreecommitdiff
path: root/gmem.c
AgeCommit message (Expand)AuthorFilesLines
1999-03-18Fixed another stupid fault of mine: Did s/g_static_/g_private_/gSebastian Wilhelmi1-5/+5
1999-03-14changed a bunch of g_assert() statements to g_return_if_fail().Tim Janik1-14/+14
1999-03-09check for working realloc (NULL,). use malloc() for initial allocation onTim Janik1-1/+7
1999-03-02Fixed a stupid cut'n'paste error of mine. Thanks to Friedrich DominicusSebastian Wilhelmi1-1/+1
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1-0/+7
1999-02-18plugged a memory leak, reported by Koen D'Hondt <ripley@xs4all.nl> on 15Tim Janik1-2/+6
1999-02-08Copy all elements of the allocations[] array, including the last. (PointedOwen Taylor1-1/+1
1998-12-17Fixed size in g_memmove, reported by Alexander LarssonSebastian Wilhelmi1-6/+6
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor1-17/+72
1998-11-24removed the GListAllocator type and its g_*_allocator_*() functionTim Janik1-0/+46
1998-11-01Land glib-rrh-19981025-0.patch.Raja R Harinath1-0/+5
1998-10-27removed dummy structure definitions for struct _GCache, _GTree, _GTimer,Tor Lillqvist1-10/+12
1998-10-06fixed memory offsett when ENABLE_MEM_CHECK is defined andTim Janik1-14/+31
1998-09-05use g_mem_chunk_alloc0() to allocate the memchunk, so the correct size ofTim Janik1-0/+16
1998-08-19gmem.c: add ability to exclude memory chunks from memory profilingElliot Lee1-22/+67
1998-08-18new function g_log_set_always_fatal() to set an additional fatal_mask forTim Janik1-139/+143
1998-06-10Initial revisionOwen Taylor1-0/+807