Searched refs:uwx_allocate_cb (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_env.c40 alloc_cb uwx_allocate_cb = 0; variable
45 uwx_allocate_cb = alloc;
105 if (uwx_allocate_cb != NULL)
106 env->allocate_cb = uwx_allocate_cb;
155 if (uwx_allocate_cb == 0)
158 env = (struct uwx_env *) (*uwx_allocate_cb)(total_size);
H A Duwx_env.h109 extern alloc_cb uwx_allocate_cb;

Completed in 179 milliseconds