Searched refs:my_realloc (Results 1 – 2 of 2) sorted by relevance
/third_party/nghttp2/tests/ |
D | malloc_wrapper.c | 62 static void *my_realloc(void *ptr, size_t size, void *mud) { in my_realloc() function 69 static nghttp2_mem mem = {NULL, my_malloc, my_free, my_calloc, my_realloc};
|
/third_party/icu/icu4c/source/test/perf/ucnvavailperf/ |
D | ucnvavailperf.cpp | 80 my_realloc(const void *context, void *mem, size_t size) { in my_realloc() function 92 u_setMemoryFunctions(NULL, my_alloc, my_realloc, my_free, &errorCode); in main()
|