Go to the documentation of this file.
23 #ifndef INCL_UTIL_POOL_H
24 #define INCL_UTIL_POOL_H 1
33 # ifdef JABBERD2_EXPORTS
34 # define JABBERD2_API __declspec(dllexport)
36 # define JABBERD2_API __declspec(dllimport)
39 # define JABBERD2_API extern
45 #define POOL_NUM 40009
87 char name[8], zone[32];
93 # define pool_new() _pool_new(__FILE__,__LINE__)
94 # define pool_heap(i) _pool_new_heap(i,__FILE__,__LINE__)
96 # define pool_heap(i) _pool_new_heap(i,NULL,0)
97 # define pool_new() _pool_new(NULL,0)