Searched refs:block_list (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/generic/atomizer/
H A Datomizer.c39 typedef struct block_list block_list; typedef in typeref:struct:block_list
41 struct block_list{ struct
42 block_list *next;
49 block_list *blocks; /* list of blocks holding atomized strings */
82 ad->blocks = (block_list *)malloc(MIN_BLOCK_SIZE);
89 ad->blocks->free_space = ((uint8 *)ad->blocks)+sizeof(block_list);
90 ad->blocks->free_bytes = MIN_BLOCK_SIZE - sizeof(block_list);
112 block_list *bl, *blnext;
117 /* walk the block_list, freein
[all...]
/haiku-fatelf/src/servers/app/
H A DClientMemoryAllocator.h33 typedef DoublyLinkedList<block> block_list; typedef
55 block_list fFreeBlocks;
H A DClientMemoryAllocator.cpp31 typedef block_list::Iterator block_iterator;
204 block_list::Iterator blockIterator = fFreeBlocks.GetIterator();
/haiku-fatelf/src/bin/bash/lib/intl/
H A Ddcigettext.c337 struct block_list struct
340 struct block_list *next;
344 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \
356 struct block_list *old = list; \
446 struct block_list *block_list = NULL; local
556 ADD_BLOCK (block_list, dirname);
582 ADD_BLOCK (block_list, xdomainname);
590 ADD_BLOCK (block_list, single_local
[all...]
/haiku-fatelf/src/bin/gawk/intl/
H A Ddcigettext.c331 struct block_list struct
334 struct block_list *next;
338 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \
350 struct block_list *old = list; \
436 struct block_list *block_list = NULL; local
546 ADD_BLOCK (block_list, dirname);
572 ADD_BLOCK (block_list, xdomainname);
580 ADD_BLOCK (block_list, single_local
[all...]
/haiku-fatelf/src/tools/fs_shell/
H A Dblock_cache.cpp89 &cached_block::link> > block_list; typedef in namespace:FSShell
113 block_list unused_blocks;
157 block_list blocks;
600 for (block_list::Iterator iterator = unused_blocks.GetIterator();
/haiku-fatelf/src/system/kernel/cache/
H A Dblock_cache.cpp114 &cached_block::link> > block_list; typedef
138 block_list unused_blocks;
198 block_list blocks;
1133 block_list::Iterator blockIterator = transaction->blocks.GetIterator();
1517 for (block_list::Iterator iterator = unused_blocks.GetIterator();
1631 for (block_list::Iterator iterator = unused_blocks.GetIterator();
2335 block_list::Iterator blockIterator = transaction->blocks.GetIterator();
/haiku-fatelf/src/bin/diffutils/src/
H A Ddiff3.c956 struct diff_block *block_list, **block_list_end, *bptr;
963 block_list_end = &block_list;
1050 return block_list;
952 struct diff_block *block_list, **block_list_end, *bptr; local

Completed in 80 milliseconds