OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocation_len
(Results
1 - 2
of
2
) sorted by null
/system/extras/ext4_utils/
extent.c
88
int
allocation_len
= block_allocation_num_regions(alloc);
local
89
if (
allocation_len
<= 3) {
100
hdr->eh_entries =
allocation_len
;
129
sizeof(struct ext4_extent))) <
allocation_len
) {
137
hdr->eh_entries =
allocation_len
;
/external/v8/test/cctest/
test-heap.cc
890
int
allocation_len
= LenFromSize(allocation_amount);
local
896
Object* array = HEAP->AllocateFixedArray(
allocation_len
)->ToObjectChecked();
[
all
...]
Completed in 459 milliseconds