ADT
ast-experimental
pthread-emulation
Last change
on this file since 80d16f8 was 87b9332, checked in by Andrew Beach <ajbeach@…>, 5 years ago |
Moved 'examples/' to 'tests/zombies/'.
|
-
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
|
---|
5 | extern "C" {
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | void* 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.