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