OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:realloc_fcn
(Results
1 - 2
of
2
) sorted by null
/external/expat/lib/
expat.h
198
void *(*
realloc_fcn
)(void *ptr, size_t size);
member in struct:__anon18247
[
all
...]
xmlparse.c
563
#define REALLOC(p,s) (parser->m_mem.
realloc_fcn
((p),(s)))
739
mtemp->
realloc_fcn
= memsuite->
realloc_fcn
;
749
mtemp->
realloc_fcn
= realloc;
[
all
...]
Completed in 29 milliseconds