Searched defs:alloc_map (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dbmove.c28 ext2fs_block_bitmap alloc_map; member in struct:process_block_struct
60 ext2fs_test_block_bitmap(pb->alloc_map, block));
73 ext2fs_mark_block_bitmap(pb->alloc_map, block);
92 ext2fs_block_bitmap alloc_map,
108 pb.alloc_map = alloc_map ? alloc_map : fs->block_map;
90 ext2fs_move_blocks(ext2_filsys fs, ext2fs_block_bitmap reserve, ext2fs_block_bitmap alloc_map, int flags) argument
/external/oprofile/libop/tests/
H A Dalloc_counter_tests.c36 size_t alloc_map[MAX_EVENTS]; member in struct:allocated_counter
182 if (counter_map[i] != it->alloc_map[i]) {
186 show_counter_map(it->alloc_map, nr_events);
/external/qemu/memcheck/
H A Dmemcheck_proc_management.h37 AllocMap alloc_map; member in struct:ProcDesc
217 return allocmap_insert(&proc->alloc_map, desc, replaced);
232 return allocmap_find(&proc->alloc_map, address, block_size);
258 return allocmap_pull(&proc->alloc_map, address, pulled);
270 return allocmap_empty(&proc->alloc_map);

Completed in 127 milliseconds