OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newmax
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/utils/
reflist.c
56
int
newmax
= oldmax;
local
63
newitems = realloc(olditems,
newmax
*sizeof(newitems[0]));
66
l->max = (uint16_t)
newmax
;
/external/e2fsprogs/e2fsck/
profile_helpers.c
91
int
newmax
;
local
94
newmax
= list->max + 10;
95
newlist = realloc(list->list,
newmax
* sizeof(char *));
98
list->max =
newmax
;
Completed in 163 milliseconds