ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
ctor
deferred_resn
demangler
enum
forall-pointer-decay
gc_noraii
jacob/cs343-translation
jenkins-sandbox
memory
new-ast
new-ast-unique-expr
new-env
no_list
persistent-indexer
pthread-emulation
qualifiedEnum
resolv-new
with_gc
|
Last change
on this file since 29ad0ac was 6be0cf9, checked in by Thierry Delisle <tdelisle@…>, 10 years ago |
|
gcpointers.c compiles
|
-
Property mode
set to
100644
|
|
File size:
193 bytes
|
| Line | |
|---|
| 1 | #ifndef _GGGGC_ALlOCATE_POOL_H_
|
|---|
| 2 | #define _GGGGC_ALlOCATE_POOL_H_
|
|---|
| 3 |
|
|---|
| 4 | #ifdef __cplusplus
|
|---|
| 5 | extern "C" {
|
|---|
| 6 | #endif
|
|---|
| 7 |
|
|---|
| 8 | void* pal_allocPool(size_t size, int mustSucceed);
|
|---|
| 9 |
|
|---|
| 10 | #ifdef __cplusplus
|
|---|
| 11 | }
|
|---|
| 12 | #endif
|
|---|
| 13 |
|
|---|
| 14 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.