Searched refs:erealloc (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 444 #define erealloc(ptr, size) memcheck(realloc(ptr, size)) macro 458 return erealloc(ptr, size_product(*nitems_alloc, itemsize)); in growalloc() 595 finalRules = (const struct rule**) (void*) erealloc((char *) finalRules, in add_icu_final_rules() 1686 fullname = erealloc(fullname, in writezone() 2836 buf = erealloc(buf, 132 + strlen(yitcommand) + strlen(type)); in yearistype()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 445 #define erealloc(ptr, size) memcheck(realloc(ptr, size)) macro 459 return erealloc(ptr, size_product(*nitems_alloc, itemsize)); in growalloc() 596 finalRules = (const struct rule**) (void*) erealloc((char *) finalRules, in add_icu_final_rules() 1687 fullname = erealloc(fullname, in writezone() 2837 buf = erealloc(buf, 132 + strlen(yitcommand) + strlen(type)); in yearistype()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | netbsd.txt | 1191 erealloc
|
/third_party/tzdata/ |
D | zic.c | 537 erealloc(void *ptr, size_t size) in erealloc() function 572 : erealloc(ptr, grow_nitems_alloc(nitems_alloc, itemsize))); in growalloc()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 2913 pub fn erealloc(p: *mut ::c_void, n: ::size_t) -> *mut ::c_void; in erealloc() function
|