OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctest_libMalloc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/ctestfw/
ctest.c
869
static void *U_CALLCONV
ctest_libMalloc
(const void *context, size_t size) {
968
u_setMemoryFunctions(NULL,
ctest_libMalloc
, ctest_libRealloc, ctest_libFree, &errorCode);
[
all
...]
/external/icu4c/tools/ctestfw/
ctest.c
870
static void *U_CALLCONV
ctest_libMalloc
(const void *context, size_t size) {
968
u_setMemoryFunctions(NULL,
ctest_libMalloc
, ctest_libRealloc, ctest_libFree, &errorCode);
[
all
...]
Completed in 378 milliseconds