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

/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_env.h89 alloc_cb allocate_cb;
109 extern alloc_cb uwx_allocate_cb;
H A Duwx.h51 typedef void *(*alloc_cb)(size_t size); typedef
53 __EXTERN_C int uwx_register_alloc_cb(alloc_cb alloc, free_cb free);
H A Duwx_env.c40 alloc_cb uwx_allocate_cb = 0;
43 int uwx_register_alloc_cb(alloc_cb alloc, free_cb free)
H A Duwx_symbols.c183 alloc_cb allocate_cb;

Completed in 167 milliseconds