index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
gc-malloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
SCM_GC_MALLOC avoids BDW API
Andy Wingo
1
-2
/
+2
10 days
Remove scm_gc_realloc
Andy Wingo
1
-7
/
+0
10 days
Remove GUILE_DEBUG_MALLOC configuration
Andy Wingo
1
-10
/
+0
2025-04-23
Use scm_inline_gc_malloc for scm_gc_malloc
Andy Wingo
1
-18
/
+5
2025-04-23
Move scm_gc_malloc_pointerless to use Whippet API
Andy Wingo
1
-25
/
+5
2025-04-23
Remove scm_gc_free
Andy Wingo
1
-13
/
+1
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-12
/
+11
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-15
/
+15
2018-06-20
Inline tags.h into __scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Remove _scm.h
Andy Wingo
1
-1
/
+0
2018-06-18
Remove includes of validate.h.
Andy Wingo
1
-1
/
+0
2018-06-17
Refactor handling of auxiliary stacks and setjmp/longjmp
Andy Wingo
1
-8
/
+2
2016-11-21
Deprecate dynamic roots
Andy Wingo
1
-1
/
+0
2014-04-25
Merge branch 'stable-2.0'
v2.1.0
Mark H Weaver
1
-3
/
+2
2014-03-22
Out-of-memory situations raise exceptions instead of aborting
Andy Wingo
1
-2
/
+5
2014-02-27
Rely on Gnulib for <unistd.h>.
Mark H Weaver
1
-3
/
+2
2013-11-28
Remove private-gc.h
Andy Wingo
1
-2
/
+0
2013-11-22
Remove tests and shims for pre-7.2 bdw-gc.
Andy Wingo
1
-5
/
+1
2012-02-08
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-32
/
+55
2012-02-05
Fix --enable-debug-malloc
Andy Wingo
1
-37
/
+56
2012-01-10
Merge commit 'f78a1ccede02ccad89d6c91a6b297f1f14a30907'
Andy Wingo
1
-4
/
+1
2011-12-22
stdlib.h, not malloc.h
Andy Wingo
1
-4
/
+1
2011-12-13
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-0
/
+4
2011-12-08
fix compilation with gc 7.1
Chris K. Jester-Young
1
-0
/
+4
2011-12-06
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+2
2011-12-02
scm_gc_register_collectable_memory calls scm_gc_register_allocation
Andy Wingo
1
-1
/
+2
2011-12-01
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-1
/
+3
2011-11-29
attempt to handle steady-state mallocations better
Andy Wingo
1
-1
/
+3
2011-10-27
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-2
/
+3
2011-10-24
remove weak pairs, rewrite weak vectors
Andy Wingo
1
-1
/
+0
2011-10-22
Fix compilation with `--enable-debug-malloc'.
Bake Timmons
1
-2
/
+3
2011-05-12
remove all deprecated code
Andy Wingo
1
-104
/
+1
2010-12-04
make-string et al nulls memory if not given an initializer
Andy Wingo
1
-2
/
+4
2010-03-29
fix bug in scm_must_free
Andy Wingo
1
-11
/
+5
2010-03-29
remove out-of-date comment in scm_gc_malloc
Andy Wingo
1
-12
/
+1
2009-11-17
Fix stylistic issues revealed by "make syntax-check".
Ludovic Courtès
1
-7
/
+2
2009-10-26
Don't use memset(3) after `GC_MALLOC ()' calls.
Ludovic Courtès
1
-4
/
+2
2009-10-25
Resolve warning in gcc-4.3 about transposed parameters passed to memset
Julian Graham
1
-1
/
+2
2009-10-15
Use pointer-less memory for `scm_gc_strdup ()'.
Ludovic Courtès
1
-1
/
+1
2009-08-28
Remove deprecated variables/macros from the GC headers.
Ludovic Courtès
1
-21
/
+0
2009-08-28
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-4
/
+6
2009-08-25
Merge wip-array refactor, up to cd43fdc5b7a7c
Andy Wingo
1
-2
/
+2
2009-08-20
Type-limits error in GC environment initialization
Michael Gran
1
-2
/
+4
2009-08-18
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-6
/
+7
2009-07-19
rename unif.[ch] to arrays.[ch]
Andy Wingo
1
-2
/
+2
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2008-09-13
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-1
/
+1
2008-09-13
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
Ludovic Courtès
1
-1
/
+1
[next]