OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:myMemFree
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/cintltst/
hpmufn.c
97
static void U_CALLCONV
myMemFree
(const void *context, void *mem) {
138
u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc,
myMemFree
, &status);
146
u_setMemoryFunctions(&gContext, NULL, myMemRealloc,
myMemFree
, &status);
149
u_setMemoryFunctions(&gContext, myMemAlloc, NULL,
myMemFree
, &status);
157
u_setMemoryFunctions(NULL, myMemAlloc, myMemRealloc,
myMemFree
, &status);
159
u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc,
myMemFree
, &status);
168
u_setMemoryFunctions(NULL, myMemAlloc, myMemRealloc,
myMemFree
, &status);
/external/icu4c/tools/icuinfo/
testplug.c
163
static void U_CALLCONV
myMemFree
(const void *context, void *mem) {
195
u_setMemoryFunctions(uplug_getContext(data), &myMemAlloc, &myMemRealloc, &
myMemFree
, status);
Completed in 489 milliseconds