Changeset 87b9332 for tests/zombies/gc_no_raii
- Timestamp:
- Sep 29, 2020, 3:26:53 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 69addb4, d035cf7
- Parents:
- 08e8851
- Location:
- tests/zombies/gc_no_raii
- Files:
-
- 55 moved
-
.gitignore (moved) (moved from examples/gc_no_raii/.gitignore )
-
bug-repro/assert.c (moved) (moved from examples/gc_no_raii/bug-repro/assert.c )
-
bug-repro/blockers.tar.gz (moved) (moved from examples/gc_no_raii/bug-repro/blockers.tar.gz )
-
bug-repro/blockers/explicit_cast.c (moved) (moved from examples/gc_no_raii/bug-repro/blockers/explicit_cast.c )
-
bug-repro/blockers/file_scope.c (moved) (moved from examples/gc_no_raii/bug-repro/blockers/file_scope.c )
-
bug-repro/blockers/recursive_realloc.c (moved) (moved from examples/gc_no_raii/bug-repro/blockers/recursive_realloc.c )
-
bug-repro/crash.c (moved) (moved from examples/gc_no_raii/bug-repro/crash.c )
-
bug-repro/deref.c (moved) (moved from examples/gc_no_raii/bug-repro/deref.c )
-
bug-repro/field.c (moved) (moved from examples/gc_no_raii/bug-repro/field.c )
-
bug-repro/find.c (moved) (moved from examples/gc_no_raii/bug-repro/find.c )
-
bug-repro/inline.c (moved) (moved from examples/gc_no_raii/bug-repro/inline.c )
-
bug-repro/malloc.c (moved) (moved from examples/gc_no_raii/bug-repro/malloc.c )
-
bug-repro/not_equal.c (moved) (moved from examples/gc_no_raii/bug-repro/not_equal.c )
-
bug-repro/oddtype.c (moved) (moved from examples/gc_no_raii/bug-repro/oddtype.c )
-
bug-repro/push_back.c (moved) (moved from examples/gc_no_raii/bug-repro/push_back.c )
-
bug-repro/push_back.h (moved) (moved from examples/gc_no_raii/bug-repro/push_back.h )
-
bug-repro/realloc.c (moved) (moved from examples/gc_no_raii/bug-repro/realloc.c )
-
bug-repro/return.c (moved) (moved from examples/gc_no_raii/bug-repro/return.c )
-
bug-repro/return_template.c (moved) (moved from examples/gc_no_raii/bug-repro/return_template.c )
-
bug-repro/slow_malloc.c (moved) (moved from examples/gc_no_raii/bug-repro/slow_malloc.c )
-
bug-repro/static_const_local.c (moved) (moved from examples/gc_no_raii/bug-repro/static_const_local.c )
-
bug-repro/test-assert.cpp (moved) (moved from examples/gc_no_raii/bug-repro/test-assert.cpp )
-
bug-repro/void_pointer.c (moved) (moved from examples/gc_no_raii/bug-repro/void_pointer.c )
-
bug-repro/while.c (moved) (moved from examples/gc_no_raii/bug-repro/while.c )
-
bug-repro/zero.c (moved) (moved from examples/gc_no_raii/bug-repro/zero.c )
-
pool-alloc/allocate-malign.c (moved) (moved from examples/gc_no_raii/pool-alloc/allocate-malign.c )
-
pool-alloc/allocate-malloc.c (moved) (moved from examples/gc_no_raii/pool-alloc/allocate-malloc.c )
-
pool-alloc/allocate-mmap.c (moved) (moved from examples/gc_no_raii/pool-alloc/allocate-mmap.c )
-
pool-alloc/allocate-win-valloc.c (moved) (moved from examples/gc_no_raii/pool-alloc/allocate-win-valloc.c )
-
premake4.lua (moved) (moved from examples/gc_no_raii/premake4.lua )
-
src/allocate-pool.c (moved) (moved from examples/gc_no_raii/src/allocate-pool.c )
-
src/allocate-pool.h (moved) (moved from examples/gc_no_raii/src/allocate-pool.h )
-
src/gc.h (moved) (moved from examples/gc_no_raii/src/gc.h )
-
src/gcpointers.c (moved) (moved from examples/gc_no_raii/src/gcpointers.c )
-
src/gcpointers.h (moved) (moved from examples/gc_no_raii/src/gcpointers.h )
-
src/internal/card_table.h (moved) (moved from examples/gc_no_raii/src/internal/card_table.h )
-
src/internal/collector.c (moved) (moved from examples/gc_no_raii/src/internal/collector.c )
-
src/internal/collector.h (moved) (moved from examples/gc_no_raii/src/internal/collector.h )
-
src/internal/gc_tools.h (moved) (moved from examples/gc_no_raii/src/internal/gc_tools.h )
-
src/internal/globals.h (moved) (moved from examples/gc_no_raii/src/internal/globals.h )
-
src/internal/memory_pool.c (moved) (moved from examples/gc_no_raii/src/internal/memory_pool.c )
-
src/internal/memory_pool.h (moved) (moved from examples/gc_no_raii/src/internal/memory_pool.h )
-
src/internal/object_header.c (moved) (moved from examples/gc_no_raii/src/internal/object_header.c )
-
src/internal/object_header.h (moved) (moved from examples/gc_no_raii/src/internal/object_header.h )
-
src/internal/state.c (moved) (moved from examples/gc_no_raii/src/internal/state.c )
-
src/internal/state.h (moved) (moved from examples/gc_no_raii/src/internal/state.h )
-
src/test_include.c (moved) (moved from examples/gc_no_raii/src/test_include.c )
-
src/tools.h (moved) (moved from examples/gc_no_raii/src/tools.h )
-
src/tools/checks.h (moved) (moved from examples/gc_no_raii/src/tools/checks.h )
-
src/tools/print.c (moved) (moved from examples/gc_no_raii/src/tools/print.c )
-
src/tools/print.h (moved) (moved from examples/gc_no_raii/src/tools/print.h )
-
src/tools/worklist.h (moved) (moved from examples/gc_no_raii/src/tools/worklist.h )
-
test/badlll.c (moved) (moved from examples/gc_no_raii/test/badlll.c )
-
test/gctest.c (moved) (moved from examples/gc_no_raii/test/gctest.c )
-
test/operators.c (moved) (moved from examples/gc_no_raii/test/operators.c )
Note:
See TracChangeset
for help on using the changeset viewer.