Searched refs:uwx_str_pool (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_str.h27 struct uwx_str_pool { struct
28 struct uwx_str_pool *next;
34 extern int uwx_init_str_pool(struct uwx_env *env, struct uwx_str_pool *pool);
H A Duwx_str.c33 static struct uwx_str_pool uwx_str_pool; variable in typeref:struct:uwx_str_pool
35 #define malloc(sz) ((sz == sizeof(uwx_str_pool)) ? &uwx_str_pool : NULL)
53 int uwx_init_str_pool(struct uwx_env *env, struct uwx_str_pool *pool)
69 struct uwx_str_pool *pool;
70 struct uwx_str_pool *next;
89 struct uwx_str_pool *pool;
90 struct uwx_str_pool *prev;
104 size += sizeof(struct uwx_str_pool)
[all...]
H A Duwx_env.h76 struct uwx_str_pool;
94 struct uwx_str_pool *string_pool;
H A Duwx_env.c74 struct uwx_str_pool *str_pool;
77 str_pool = (struct uwx_str_pool *)(env + 1);
80 if (sizeof(struct uwx_env) + sizeof(struct uwx_str_pool) > total_size)
82 total_size -= sizeof(struct uwx_env) + sizeof(struct uwx_str_pool);
152 sizeof(struct uwx_str_pool) +

Completed in 96 milliseconds