Searched refs:UMemAllocFn (Results 1 – 2 of 2) sorted by relevance
111 typedef void *U_CALLCONV UMemAllocFn(const void *context, size_t size); typedef150 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f,
32 static UMemAllocFn *pAlloc;138 u_setMemoryFunctions(const void *context, UMemAllocFn *a, UMemReallocFn *r, UMemFreeFn *f, UErrorC… in u_setMemoryFunctions()