HomeSort by relevance Sort by last modified time
    Searched refs:malloc_fcn (Results 1 - 2 of 2) sorted by null

  /external/expat/lib/
expat.h 197 void *(*malloc_fcn)(size_t size); member in struct:__anon20963
    [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 45 milliseconds