Home
last modified time | relevance | path

Searched defs:mallocFunc (Results 1 – 3 of 3) sorted by relevance

/third_party/libxml2/
Dxmlmemory.c1041 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlMemSetup()
1079 xmlMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, in xmlMemGet()
1107 xmlGcMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlGcMemSetup()
1151 xmlGcMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, in xmlGcMemGet()
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlmemory.c1072 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlMemSetup()
1110 xmlMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, in xmlMemGet()
1138 xmlGcMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlGcMemSetup()
1182 xmlGcMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, in xmlGcMemGet()
/third_party/libxml2/python/
Dlibxml.c101 static xmlMallocFunc mallocFunc = NULL; variable