OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc_fcn
(Results
1 - 3
of
3
) sorted by null
/external/expat/amiga/include/libraries/
expat.h
174
void *(*
malloc_fcn
)(size_t size);
member in struct:__anon8033
/external/expat/lib/
expat.h
197
void *(*
malloc_fcn
)(size_t size);
member in struct:__anon8038
[
all
...]
xmlparse.c
562
#define MALLOC(s) (parser->m_mem.
malloc_fcn
((s)))
735
memsuite->
malloc_fcn
(sizeof(struct XML_ParserStruct));
738
mtemp->
malloc_fcn
= memsuite->
malloc_fcn
;
748
mtemp->
malloc_fcn
= malloc;
[
all
...]
Completed in 113 milliseconds