Searched defs:my_realloc (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/perf/ucnvavailperf/
H A Ducnvavailperf.cpp74 my_realloc(const void *context, void *mem, size_t size) { function
86 u_setMemoryFunctions(NULL, my_alloc, my_realloc, my_free, &errorCode);
/external/clang/test/Analysis/
H A Dmalloc-plist.c66 char *my_realloc(char *buf) { function
76 buf = my_realloc(buf);
2017 // CHECK-NEXT: <string>Calling &apos;my_realloc&apos;</string>
2019 // CHECK-NEXT: <string>Calling &apos;my_realloc&apos;</string>

Completed in 183 milliseconds