Searched refs:ctest_libRealloc (Results 1 – 2 of 2) sorted by relevance
/external/cronet/third_party/icu/source/tools/ctestfw/ |
D | ctest.c | 942 static void *U_CALLCONV ctest_libRealloc(const void *context, void *mem, size_t size) { in ctest_libRealloc() function 1033 … u_setMemoryFunctions(NULL, ctest_libMalloc, ctest_libRealloc, ctest_libFree, &errorCode); in initArgs()
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | ctest.c | 957 static void *U_CALLCONV ctest_libRealloc(const void *context, void *mem, size_t size) { in ctest_libRealloc() function 1046 … u_setMemoryFunctions(NULL, ctest_libMalloc, ctest_libRealloc, ctest_libFree, &errorCode); in initArgs()
|