source: src/examples/gc_no_raii/gc.h @ 15db1ab

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since 15db1ab was 15db1ab, checked in by Thierry Delisle <tdelisle@…>, 9 years ago

added some files for the garbage collector and hack together the compilation

  • Property mode set to 100644
File size: 85 bytes
RevLine 
[15db1ab]1#pragma once
2
3#include "gcpointers.h"
4
5forall( dtype T )
6gcpointer_t gcmalloc()
7{
8
9}
Note: See TracBrowser for help on using the repository browser.