source: examples/gc_no_raii/src/allocate-pool.h @ a2dbcff1

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resnenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
Last change on this file since a2dbcff1 was bf71cfd, checked in by Thierry Delisle <tdelisle@…>, 6 years ago

Moved up many directories in source

  • Property mode set to 100644
File size: 189 bytes
Line 
1#ifndef _GGGGC_ALlOCATE_POOL_H_
2#define _GGGGC_ALlOCATE_POOL_H_
3
4#ifdef __cforall
5extern "C" {
6#endif
7
8void* pal_allocPool(size_t size, int mustSucceed);
9
10#ifdef __cforall
11}
12#endif
13
14#endif
Note: See TracBrowser for help on using the repository browser.