source:
examples/gc_no_raii/src/allocate-pool.h@
42a99b0
      
      | Last change on this file since 42a99b0 was bf71cfd, checked in by , 7 years ago | |
|---|---|
| 
 | |
| File size: 189 bytes | |
| Rev | Line | |
|---|---|---|
| [6be0cf9] | 1 | #ifndef _GGGGC_ALlOCATE_POOL_H_ | 
| 2 | #define _GGGGC_ALlOCATE_POOL_H_ | |
| 3 | ||
| [16cfd8c] | 4 | #ifdef __cforall | 
| [6be0cf9] | 5 | extern "C" { | 
| 6 | #endif | |
| 7 | ||
| 8 | void* pal_allocPool(size_t size, int mustSucceed); | |
| 9 | ||
| [16cfd8c] | 10 | #ifdef __cforall | 
| [6be0cf9] | 11 | } | 
| 12 | #endif | |
| 13 | ||
| 14 | #endif | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    