Changeset 6be0cf9 for src/examples/gc_no_raii/src/gc.h
- Timestamp:
- Jan 19, 2016, 4:07:06 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 08a40fd
- Parents:
- a2b2761
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/examples/gc_no_raii/src/gc.h
ra2b2761 r6be0cf9 3 3 #include "gcpointers.h" 4 4 5 forall( dtype T )6 gcpointer_t gcmalloc()7 {8 9 }5 // forall( dtype T ) 6 // gcpointer_t gcmalloc() 7 // { 8 // 9 // }
Note: See TracChangeset
for help on using the changeset viewer.