OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:curr_alloc_size
(Results
1 - 1
of
1
) sorted by null
/system/chre/apps/chqts/src/general_test/
heap_alloc_stress_test.cc
86
uint32_t
curr_alloc_size
= last_alloc_size;
local
87
void *ptr = chreHeapAlloc(
curr_alloc_size
);
89
curr_alloc_size
/= 2;
90
if (
curr_alloc_size
< 16) {
93
ptr = chreHeapAlloc(
curr_alloc_size
);
98
last_alloc_size =
curr_alloc_size
;
Completed in 475 milliseconds