Home
last modified time | relevance | path

Searched refs:myMemFree (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dhpmufn.c98 static void U_CALLCONV myMemFree(const void *context, void *mem) { in myMemFree() function
145 u_setMemoryFunctions(&gContext, NULL, myMemRealloc, myMemFree, &status); in TestHeapFunctions()
148 u_setMemoryFunctions(&gContext, myMemAlloc, NULL, myMemFree, &status); in TestHeapFunctions()
156 u_setMemoryFunctions(NULL, myMemAlloc, myMemRealloc, myMemFree, &status); in TestHeapFunctions()
158 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status); in TestHeapFunctions()
/third_party/skia/third_party/externals/icu/source/tools/icuinfo/
Dtestplug.c169 static void U_CALLCONV myMemFree(const void *context, void *mem) { in myMemFree() function
201 … u_setMemoryFunctions(uplug_getContext(data), &myMemAlloc, &myMemRealloc, &myMemFree, status); in debugMemoryPlugin()
/third_party/icu/icu4c/source/tools/icuinfo/
Dtestplug.c170 static void U_CALLCONV myMemFree(const void *context, void *mem) { in myMemFree() function
202 … u_setMemoryFunctions(uplug_getContext(data), &myMemAlloc, &myMemRealloc, &myMemFree, status); in debugMemoryPlugin()