OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:count_realloc
(Results
1 - 1
of
1
) sorted by null
/hardware/ti/omap4-aah/ion/
ion_test_2.c
265
int count_alloc = COUNT_ALLOC_MAX,
count_realloc
= COUNT_ALLOC_MAX;
local
309
count_realloc
= i;
313
count_realloc
= i;
330
printf("\ncount_alloc=%d,
count_realloc
=%d\n",count_alloc,
count_realloc
);
332
if(ret || (count_alloc !=
count_realloc
)) {
Completed in 59 milliseconds