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

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

Completed in 877 milliseconds