|
PostgreSQL Source Code git master
|

Go to the source code of this file.
Macros | |
| #define | malloc(a) palloc(a) |
| #define | calloc(a, b) palloc0((a) * (b)) |
| #define | realloc(a, b) repalloc(a,b) |
| #define | free(a) pfree(a) |
Definition at line 65 of file snowball_runtime.h.
Definition at line 50 of file snowball_runtime.h.