OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArrayListCreateWithCapacity
(Results
1 - 2
of
2
) sorted by null
/external/srec/portable/include/
ArrayList.h
178
PORTABLE_API ESR_ReturnCode
ArrayListCreateWithCapacity
(ArrayList** self, size_t minCapacity);
/external/srec/portable/src/
ArrayListImpl.c
29
ESR_ReturnCode
ArrayListCreateWithCapacity
(ArrayList **self, size_t minCapacity)
71
return
ArrayListCreateWithCapacity
(self, INITIAL_CAPACITY);
Completed in 94 milliseconds