Changeset 455a7d5 for examples/gc_no_raii/bug-repro
- Timestamp:
- Aug 9, 2018, 6:35:02 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- ea5b7d6
- Parents:
- fb975a50 (diff), 0c827019 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- examples/gc_no_raii/bug-repro
- Files:
-
- 24 moved
-
assert.c (moved) (moved from src/examples/gc_no_raii/bug-repro/assert.c )
-
blockers.tar.gz (moved) (moved from src/examples/gc_no_raii/bug-repro/blockers.tar.gz )
-
blockers/explicit_cast.c (moved) (moved from src/examples/gc_no_raii/bug-repro/blockers/explicit_cast.c )
-
blockers/file_scope.c (moved) (moved from src/examples/gc_no_raii/bug-repro/blockers/file_scope.c ) (1 diff)
-
blockers/recursive_realloc.c (moved) (moved from src/examples/gc_no_raii/bug-repro/blockers/recursive_realloc.c ) (1 diff)
-
crash.c (moved) (moved from src/examples/gc_no_raii/bug-repro/crash.c )
-
deref.c (moved) (moved from src/examples/gc_no_raii/bug-repro/deref.c )
-
field.c (moved) (moved from src/examples/gc_no_raii/bug-repro/field.c ) (1 diff)
-
find.c (moved) (moved from src/examples/gc_no_raii/bug-repro/find.c )
-
inline.c (moved) (moved from src/examples/gc_no_raii/bug-repro/inline.c )
-
malloc.c (moved) (moved from src/examples/gc_no_raii/bug-repro/malloc.c )
-
not_equal.c (moved) (moved from src/examples/gc_no_raii/bug-repro/not_equal.c )
-
oddtype.c (moved) (moved from src/examples/gc_no_raii/bug-repro/oddtype.c )
-
push_back.c (moved) (moved from src/examples/gc_no_raii/bug-repro/push_back.c )
-
push_back.h (moved) (moved from src/examples/gc_no_raii/bug-repro/push_back.h )
-
realloc.c (moved) (moved from src/examples/gc_no_raii/bug-repro/realloc.c )
-
return.c (moved) (moved from src/examples/gc_no_raii/bug-repro/return.c )
-
return_template.c (moved) (moved from src/examples/gc_no_raii/bug-repro/return_template.c )
-
slow_malloc.c (moved) (moved from src/examples/gc_no_raii/bug-repro/slow_malloc.c ) (1 diff)
-
static_const_local.c (moved) (moved from src/examples/gc_no_raii/bug-repro/static_const_local.c )
-
test-assert.cpp (moved) (moved from src/examples/gc_no_raii/bug-repro/test-assert.cpp )
-
void_pointer.c (moved) (moved from src/examples/gc_no_raii/bug-repro/void_pointer.c )
-
while.c (moved) (moved from src/examples/gc_no_raii/bug-repro/while.c )
-
zero.c (moved) (moved from src/examples/gc_no_raii/bug-repro/zero.c )
Legend:
- Unmodified
- Added
- Removed
-
examples/gc_no_raii/bug-repro/blockers/file_scope.c
rfb975a50 r455a7d5 1 1 2 2 #include <stdbool.h> 3 #include <stdlib >3 #include <stdlib.hfa> 4 4 5 5 #define POOL_SIZE_EXP 24 -
examples/gc_no_raii/bug-repro/blockers/recursive_realloc.c
rfb975a50 r455a7d5 1 1 2 2 #include <stdbool.h> 3 #include <stdlib >3 #include <stdlib.hfa> 4 4 5 5 trait allocator_c(otype T, otype allocator_t) -
examples/gc_no_raii/bug-repro/field.c
rfb975a50 r455a7d5 4 4 } 5 5 6 #include <stdlib >6 #include <stdlib.hfa> 7 7 8 8 //------------------------------------------------------------------------------ -
examples/gc_no_raii/bug-repro/slow_malloc.c
rfb975a50 r455a7d5 1 #include <stdlib >1 #include <stdlib.hfa> 2 2 3 3 forall(otype T)
Note:
See TracChangeset
for help on using the changeset viewer.