HomeSort by relevance Sort by last modified time
    Searched defs:first_free (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/lib/ext2fs/
alloc_tables.c 41 blk_t last_blk, first_free = 0; local
71 &first_free))
72 return first_free;
74 if (ext2fs_get_free_blocks(fs, first_free + offset, last_blk, size,
75 bmap, &first_free))
76 return first_free;
78 return first_free;
  /external/valgrind/main/drd/
drd_bitmap2_node.c 53 void* first_free; member in struct:block_allocator_chunk
88 p->first_free = p->data;
137 if (p->first_free)
142 result = p->first_free;
143 p->first_free = *(void**)(p->first_free);
166 *(void**)bm2 = p->first_free;
167 p->first_free = bm2;
  /external/v8/src/
global-handles.h 238 Node* first_free() { return first_free_; } function in class:v8::internal::GlobalHandles
  /external/e2fsprogs/debugfs/
debugfs.c 1417 blk_t free_blk, goal, first_free = 0; local
    [all...]

Completed in 118 milliseconds