| /third_party/icu/icu4c/source/test/cintltst/ |
| D | hpmufn.c | 145 u_setMemoryFunctions(&gContext, NULL, myMemRealloc, myMemFree, &status); in TestHeapFunctions() 148 u_setMemoryFunctions(&gContext, myMemAlloc, NULL, myMemFree, &status); in TestHeapFunctions() 151 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, NULL, &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/common/unicode/ |
| D | uclean.h | 152 u_setMemoryFunctions(const void *context, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCO…
|
| D | urename.h | 340 #define u_setMemoryFunctions U_ICU_ENTRY_POINT_RENAME(u_setMemoryFunctions) macro
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| D | uclean.h | 152 u_setMemoryFunctions(const void *context, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCO…
|
| D | urename.h | 346 #define u_setMemoryFunctions U_ICU_ENTRY_POINT_RENAME(u_setMemoryFunctions) macro
|
| /third_party/icu/icu4c/source/common/unicode/ |
| D | uclean.h | 152 u_setMemoryFunctions(const void *context, UMemAllocFn * U_CALLCONV_FPTR a, UMemReallocFn * U_CALLCO…
|
| D | urename.h | 345 #define u_setMemoryFunctions U_ICU_ENTRY_POINT_RENAME(u_setMemoryFunctions) macro
|
| /third_party/icu/icu4c/source/test/perf/ucnvavailperf/ |
| D | ucnvavailperf.cpp | 92 u_setMemoryFunctions(NULL, my_alloc, my_realloc, my_free, &errorCode); in main()
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | cmemory.cpp | 116 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorC… in u_setMemoryFunctions() function
|
| /third_party/icu/icu4c/source/common/ |
| D | cmemory.cpp | 116 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorC… in u_setMemoryFunctions() function
|
| /third_party/node/deps/icu-small/source/common/ |
| D | cmemory.cpp | 116 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorC… in u_setMemoryFunctions() function
|
| /third_party/skia/third_party/externals/icu/source/tools/icuinfo/ |
| D | testplug.c | 201 … u_setMemoryFunctions(uplug_getContext(data), &myMemAlloc, &myMemRealloc, &myMemFree, status); in debugMemoryPlugin()
|
| /third_party/icu/icu4c/source/tools/icuinfo/ |
| D | testplug.c | 202 … u_setMemoryFunctions(uplug_getContext(data), &myMemAlloc, &myMemRealloc, &myMemFree, status); in debugMemoryPlugin()
|
| /third_party/skia/third_party/externals/icu/source/tools/ctestfw/ |
| D | ctest.c | 1031 … u_setMemoryFunctions(NULL, ctest_libMalloc, ctest_libRealloc, ctest_libFree, &errorCode); in initArgs()
|
| /third_party/icu/icu4c/source/tools/ctestfw/ |
| D | ctest.c | 1033 … u_setMemoryFunctions(NULL, ctest_libMalloc, ctest_libRealloc, ctest_libFree, &errorCode); in initArgs()
|
| /third_party/icu/docs/userguide/icu/ |
| D | design.md | 223 1. `u_setMemoryFunctions()`. This function replaces the standard library heap 225 application. If it is needed, `u_setMemoryFunctions()` must be called first, before 266 1. `u_setMemoryFunctions()` and the data locating functions, if needed, must
|