Home
last modified time | relevance | path

Searched refs:allocation_len (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/ext4_utils/src/
Dextent.c89 int allocation_len = block_allocation_num_regions(alloc); in do_inode_allocate_extents() local
90 if (allocation_len <= 3) { in do_inode_allocate_extents()
101 hdr->eh_entries = allocation_len; in do_inode_allocate_extents()
131 sizeof(struct ext4_extent))) < allocation_len) { in do_inode_allocate_extents()
139 hdr->eh_entries = allocation_len; in do_inode_allocate_extents()
/external/chromium_org/v8/test/cctest/
Dtest-heap.cc996 int allocation_len = LenFromSize(allocation_amount); in TEST() local
1002 Object* array = heap->AllocateFixedArray(allocation_len).ToObjectChecked(); in TEST()