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

  /external/dbus/bus/
config-loader-expat.c 195 memsuite.malloc_fcn = dbus_malloc;
  /external/expat/lib/
expat.h 197 void *(*malloc_fcn)(size_t size); member in struct:__anon11879
    [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 280 milliseconds