summaryrefslogtreecommitdiff
path: root/libguile/gc-malloc.c
AgeCommit message (Expand)AuthorFilesLines
6 daysSCM_GC_MALLOC avoids BDW APIAndy Wingo1-2/+2
10 daysRemove scm_gc_reallocAndy Wingo1-7/+0
10 daysRemove GUILE_DEBUG_MALLOC configurationAndy Wingo1-10/+0
2025-04-23Use scm_inline_gc_malloc for scm_gc_mallocAndy Wingo1-18/+5
2025-04-23Move scm_gc_malloc_pointerless to use Whippet APIAndy Wingo1-25/+5
2025-04-23Remove scm_gc_freeAndy Wingo1-13/+1
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Rationalize include order in C filesAndy Wingo1-12/+11
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-15/+15
2018-06-20Inline tags.h into __scm.hAndy Wingo1-1/+0
2018-06-20Remove _scm.hAndy Wingo1-1/+0
2018-06-18Remove includes of validate.h.Andy Wingo1-1/+0
2018-06-17Refactor handling of auxiliary stacks and setjmp/longjmpAndy Wingo1-8/+2
2016-11-21Deprecate dynamic rootsAndy Wingo1-1/+0
2014-04-25Merge branch 'stable-2.0'v2.1.0Mark H Weaver1-3/+2
2014-03-22Out-of-memory situations raise exceptions instead of abortingAndy Wingo1-2/+5
2014-02-27Rely on Gnulib for <unistd.h>.Mark H Weaver1-3/+2
2013-11-28Remove private-gc.hAndy Wingo1-2/+0
2013-11-22Remove tests and shims for pre-7.2 bdw-gc.Andy Wingo1-5/+1
2012-02-08Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-32/+55
2012-02-05Fix --enable-debug-mallocAndy Wingo1-37/+56
2012-01-10Merge commit 'f78a1ccede02ccad89d6c91a6b297f1f14a30907'Andy Wingo1-4/+1
2011-12-22stdlib.h, not malloc.hAndy Wingo1-4/+1
2011-12-13Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-0/+4
2011-12-08fix compilation with gc 7.1Chris K. Jester-Young1-0/+4
2011-12-06Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+2
2011-12-02scm_gc_register_collectable_memory calls scm_gc_register_allocationAndy Wingo1-1/+2
2011-12-01Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+3
2011-11-29attempt to handle steady-state mallocations betterAndy Wingo1-1/+3
2011-10-27Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-2/+3
2011-10-24remove weak pairs, rewrite weak vectorsAndy Wingo1-1/+0
2011-10-22Fix compilation with `--enable-debug-malloc'.Bake Timmons1-2/+3
2011-05-12remove all deprecated codeAndy Wingo1-104/+1
2010-12-04make-string et al nulls memory if not given an initializerAndy Wingo1-2/+4
2010-03-29fix bug in scm_must_freeAndy Wingo1-11/+5
2010-03-29remove out-of-date comment in scm_gc_mallocAndy Wingo1-12/+1
2009-11-17Fix stylistic issues revealed by "make syntax-check".Ludovic Courtès1-7/+2
2009-10-26Don't use memset(3) after `GC_MALLOC ()' calls.Ludovic Courtès1-4/+2
2009-10-25Resolve warning in gcc-4.3 about transposed parameters passed to memsetJulian Graham1-1/+2
2009-10-15Use pointer-less memory for `scm_gc_strdup ()'.Ludovic Courtès1-1/+1
2009-08-28Remove deprecated variables/macros from the GC headers.Ludovic Courtès1-21/+0
2009-08-28Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-4/+6
2009-08-25Merge wip-array refactor, up to cd43fdc5b7a7cAndy Wingo1-2/+2
2009-08-20Type-limits error in GC environment initializationMichael Gran1-2/+4
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-6/+7
2009-07-19rename unif.[ch] to arrays.[ch]Andy Wingo1-2/+2
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-09-13Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-1/+1
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+1