Searched refs:myMemFree (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/test/cintltst/ |
D | hpmufn.c | 97 static void U_CALLCONV myMemFree(const void *context, void *mem) { in myMemFree() function 138 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status); in TestHeapFunctions() 146 u_setMemoryFunctions(&gContext, NULL, myMemRealloc, myMemFree, &status); in TestHeapFunctions() 149 u_setMemoryFunctions(&gContext, myMemAlloc, NULL, myMemFree, &status); in TestHeapFunctions() 157 u_setMemoryFunctions(NULL, myMemAlloc, myMemRealloc, myMemFree, &status); in TestHeapFunctions() 159 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status); in TestHeapFunctions() 168 u_setMemoryFunctions(NULL, myMemAlloc, myMemRealloc, myMemFree, &status); in TestHeapFunctions()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | hpmufn.c | 97 static void U_CALLCONV myMemFree(const void *context, void *mem) { in myMemFree() function 138 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status); in TestHeapFunctions() 146 u_setMemoryFunctions(&gContext, NULL, myMemRealloc, myMemFree, &status); in TestHeapFunctions() 149 u_setMemoryFunctions(&gContext, myMemAlloc, NULL, myMemFree, &status); in TestHeapFunctions() 157 u_setMemoryFunctions(NULL, myMemAlloc, myMemRealloc, myMemFree, &status); in TestHeapFunctions() 159 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status); in TestHeapFunctions() 168 u_setMemoryFunctions(NULL, myMemAlloc, myMemRealloc, myMemFree, &status); in TestHeapFunctions()
|
/external/chromium_org/third_party/icu/source/tools/icuinfo/ |
D | testplug.c | 163 static void U_CALLCONV myMemFree(const void *context, void *mem) { in myMemFree() function 195 … u_setMemoryFunctions(uplug_getContext(data), &myMemAlloc, &myMemRealloc, &myMemFree, status); in debugMemoryPlugin()
|
/external/icu4c/tools/icuinfo/ |
D | testplug.c | 163 static void U_CALLCONV myMemFree(const void *context, void *mem) { in myMemFree() function 195 … u_setMemoryFunctions(uplug_getContext(data), &myMemAlloc, &myMemRealloc, &myMemFree, status); in debugMemoryPlugin()
|