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

  /external/chromium_org/third_party/expat/files/lib/
expat.h 197 void *(*malloc_fcn)(size_t size); member in struct:__anon16391
    [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...]
  /external/expat/lib/
expat.h 197 void *(*malloc_fcn)(size_t size); member in struct:__anon5055
    [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 236 milliseconds