Changeset 73abe95 for examples/gc_no_raii/bug-repro
- Timestamp:
- Aug 6, 2018, 2:50:03 PM (7 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
- Children:
- 58b6d1b
- Parents:
- ff593a3
- Location:
- examples/gc_no_raii/bug-repro
- Files:
-
- 4 edited
-
blockers/file_scope.c (modified) (1 diff)
-
blockers/recursive_realloc.c (modified) (1 diff)
-
field.c (modified) (1 diff)
-
slow_malloc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
examples/gc_no_raii/bug-repro/blockers/file_scope.c
rff593a3 r73abe95 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
rff593a3 r73abe95 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
rff593a3 r73abe95 4 4 } 5 5 6 #include <stdlib >6 #include <stdlib.hfa> 7 7 8 8 //------------------------------------------------------------------------------ -
examples/gc_no_raii/bug-repro/slow_malloc.c
rff593a3 r73abe95 1 #include <stdlib >1 #include <stdlib.hfa> 2 2 3 3 forall(otype T)
Note:
See TracChangeset
for help on using the changeset viewer.