Searched refs:growalloc (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 449 growalloc(void *ptr, size_t itemsize, int nitems, int *nitems_alloc) in growalloc() function 1139 rules = growalloc(rules, sizeof *rules, nrules, &nrules_alloc); in inrule() 1255 zones = growalloc(zones, sizeof *zones, nzones, &nzones_alloc); in inzsub() 1388 links = growalloc(links, sizeof *links, nlinks, &nlinks_alloc); in inlink() 2699 attypes = growalloc(attypes, sizeof *attypes, timecnt, &timecnt_alloc); in addtt()
|