OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_realloc
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/test/perf/ucnvavailperf/
ucnvavailperf.cpp
74
my_realloc
(const void *context, void *mem, size_t size) {
function
86
u_setMemoryFunctions(NULL, my_alloc,
my_realloc
, my_free, &errorCode);
/external/clang/test/Analysis/
malloc-plist.c
66
char *
my_realloc
(char *buf) {
function
76
buf =
my_realloc
(buf);
[
all
...]
/ndk/sources/host-tools/make-3.81/glob/
glob.c
191
my_realloc
(void *p, unsigned int n)
function
194
my_realloc
(p, n)
205
# define realloc
my_realloc
[
all
...]
Completed in 111 milliseconds