search for: alloc_pool_t

Displaying 2 results from an estimated 2 matches for "alloc_pool_t".

Did you mean: alloc_pool
2004 Feb 06
4
memory reduction
...alyze the data in the hlink_list[], remove items that aren't multiply * linked, and replace the dev+inode data with the hlindex+next linked list. */ -static void link_idev_data(void) +static void link_idev_data(struct file_list *flist) { struct file_struct *head; int from, to, start; + alloc_pool_t hlink_pool; + alloc_pool_t idev_pool = flist->hlink_pool; + + hlink_pool = pool_create(128 * 1024, sizeof (struct hlink), + out_of_memory, POOL_INTERN); + for (from = to = 0; from < hlink_count; from++) { start = from; head = hlink_list[start]; while (from < hlink_count-1...
2007 Sep 22
0
rsync build on IA64 using icc
...b/pool_alloc.c -o lib/pool_alloc.o icc: Command line remark: option '-W' not supported ./proto.h(224): remark #310: old-style parameter list (anachronism) void setup_iconv(); ^ lib/pool_alloc.c(247): remark #1418: external function definition with no prior declaration pool_stats(alloc_pool_t p, int fd, int summarize) ^ lib/pool_alloc.c(258): remark #181: argument is incompatible with corresponding format string conversion FDPRINT(" Extents created: %12ld\n", pool->e_created); ^ lib/pool_alloc.c(259): remark #181: argument is incompatible with corresponding fo...