OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:malloc_fcn
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/expat/dist/lib/
expat.h
229
void *(*
malloc_fcn
)(size_t size);
member in struct:__anon1
xmlparse.c
795
# define MALLOC(parser, s) (parser->m_mem.
malloc_fcn
((s)))
876
void *const mallocedPtr = parser->m_mem.
malloc_fcn
(bytesToAllocate);
918
// Extract size (to the eyes of
malloc_fcn
/realloc_fcn) and
1243
= memsuite->
malloc_fcn
(sizeof(size_t) + EXPAT_MALLOC_PADDING
1250
parser = memsuite->
malloc_fcn
(sizeof(struct XML_ParserStruct));
1254
mtemp->
malloc_fcn
= memsuite->
malloc_fcn
;
1272
mtemp->
malloc_fcn
= malloc;
1891
// .
malloc_fcn
(..).
2525
newBuf = parser->m_mem.
malloc_fcn
(bufferSize)
[
all
...]
Completed in 20 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026