Changes in / [bd85400:d41280e]
- Files:
-
- 30 added
- 1 edited
-
.gitignore (modified) (1 diff)
-
src/examples/gc_no_raii/bug-repro/assert.c (added)
-
src/examples/gc_no_raii/bug-repro/crash.c (added)
-
src/examples/gc_no_raii/bug-repro/not_equal.c (added)
-
src/examples/gc_no_raii/cfa (added)
-
src/examples/gc_no_raii/out.test (added)
-
src/examples/gc_no_raii/pool-alloc/allocate-malign.c (added)
-
src/examples/gc_no_raii/pool-alloc/allocate-malloc.c (added)
-
src/examples/gc_no_raii/pool-alloc/allocate-mmap.c (added)
-
src/examples/gc_no_raii/pool-alloc/allocate-win-valloc.c (added)
-
src/examples/gc_no_raii/premake4.lua (added)
-
src/examples/gc_no_raii/regen_makefile.sh (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/gc.h (added)
-
src/examples/gc_no_raii/src/gcpointers.c (added)
-
src/examples/gc_no_raii/src/gcpointers.h (added)
-
src/examples/gc_no_raii/src/gctest.c (added)
-
src/examples/gc_no_raii/src/internal/collector.c (added)
-
src/examples/gc_no_raii/src/internal/collector.h (added)
-
src/examples/gc_no_raii/src/internal/gc_tools.h (added)
-
src/examples/gc_no_raii/src/internal/globals.h (added)
-
src/examples/gc_no_raii/src/internal/memory_pool.h (added)
-
src/examples/gc_no_raii/src/internal/object_header.h (added)
-
src/examples/gc_no_raii/src/internal/state.c (added)
-
src/examples/gc_no_raii/src/internal/state.h (added)
-
src/examples/gc_no_raii/src/tools.h (added)
-
src/examples/gc_no_raii/src/tools/checks.h (added)
-
src/examples/gc_no_raii/src/tools/print.c (added)
-
src/examples/gc_no_raii/src/tools/print.h (added)
-
src/examples/gc_no_raii/src/tools/worklist.h (added)
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
rbd85400 rd41280e 12 12 libcfa/Makefile 13 13 src/Makefile 14 15 # genereted by premake 16 src/examples/gc_no_raii/build 14 17 15 18 # build directories
Note:
See TracChangeset
for help on using the changeset viewer.