# # ChangeLog for src/examples/gc_no_raii/src/allocate-pool.c # # Generated by Trac 1.2.1 # Apr 20, 2024, 1:48:50 AM Wed, 20 Jan 2016 18:53:17 GMT Thierry Delisle [d67a9a1] * src/examples/gc_no_raii/bug-repro/crash.c (added) * src/examples/gc_no_raii/pool-alloc/allocate-malign.c (moved) * src/examples/gc_no_raii/pool-alloc/allocate-malloc.c (moved) * src/examples/gc_no_raii/pool-alloc/allocate-mmap.c (moved) * src/examples/gc_no_raii/pool-alloc/allocate-win-valloc.c (moved) * src/examples/gc_no_raii/premake4.lua (modified) * src/examples/gc_no_raii/src/allocate-pool.c (modified) * src/examples/gc_no_raii/src/internal/collector.c (modified) * src/examples/gc_no_raii/src/internal/collector.h (modified) * src/examples/gc_no_raii/src/internal/memory_pool.h (added) * src/examples/gc_no_raii/src/internal/object_header.h (modified) * src/examples/gc_no_raii/src/internal/state.c (modified) * src/examples/gc_no_raii/src/internal/state.h (modified) * src/examples/gc_no_raii/src/tools/worklist.h (added) pool alloc functional Tue, 19 Jan 2016 21:07:06 GMT Thierry Delisle [6be0cf9] * src/examples/gc_no_raii/premake4.lua (modified) * src/examples/gc_no_raii/src/allocate-malign.c (added) * src/examples/gc_no_raii/src/allocate-malloc.c (added) * src/examples/gc_no_raii/src/allocate-mmap.c (added) * src/examples/gc_no_raii/src/allocate-pool.c (added) * src/examples/gc_no_raii/src/allocate-pool.h (added) * src/examples/gc_no_raii/src/allocate-win-valloc.c (added) * src/examples/gc_no_raii/src/gc.h (modified) * src/examples/gc_no_raii/src/gcpointers.c (modified) * src/examples/gc_no_raii/src/gcpointers.h (modified) * src/examples/gc_no_raii/src/internal/collector.c (added) * src/examples/gc_no_raii/src/internal/collector.h (modified) * src/examples/gc_no_raii/src/internal/globals.h (modified) * src/examples/gc_no_raii/src/internal/object_header.h (modified) * src/examples/gc_no_raii/src/internal/state.c (modified) * src/examples/gc_no_raii/src/internal/state.h (modified) gcpointers.c compiles