Searched refs:mallocFunc (Results 1 – 8 of 8) sorted by relevance
/external/libxml2/ |
D | xmlmemory.c | 453 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlMemSetup() argument 457 if (mallocFunc == NULL) in xmlMemSetup() 464 xmlMalloc = mallocFunc; in xmlMemSetup() 465 xmlMallocAtomic = mallocFunc; in xmlMemSetup() 483 xmlMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, in xmlMemGet() argument 486 if (mallocFunc != NULL) *mallocFunc = xmlMalloc; in xmlMemGet() 513 xmlGcMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlGcMemSetup() argument 518 if (mallocFunc == NULL) in xmlGcMemSetup() 527 xmlMalloc = mallocFunc; in xmlGcMemSetup() 551 xmlGcMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, in xmlGcMemGet() argument [all …]
|
/external/cronet/stable/third_party/libxml/src/ |
D | xmlmemory.c | 453 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlMemSetup() argument 457 if (mallocFunc == NULL) in xmlMemSetup() 464 xmlMalloc = mallocFunc; in xmlMemSetup() 465 xmlMallocAtomic = mallocFunc; in xmlMemSetup() 483 xmlMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, in xmlMemGet() argument 486 if (mallocFunc != NULL) *mallocFunc = xmlMalloc; in xmlMemGet() 513 xmlGcMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlGcMemSetup() argument 518 if (mallocFunc == NULL) in xmlGcMemSetup() 527 xmlMalloc = mallocFunc; in xmlGcMemSetup() 551 xmlGcMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, in xmlGcMemGet() argument [all …]
|
/external/cronet/tot/third_party/libxml/src/ |
D | xmlmemory.c | 453 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlMemSetup() argument 457 if (mallocFunc == NULL) in xmlMemSetup() 464 xmlMalloc = mallocFunc; in xmlMemSetup() 465 xmlMallocAtomic = mallocFunc; in xmlMemSetup() 483 xmlMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, in xmlMemGet() argument 486 if (mallocFunc != NULL) *mallocFunc = xmlMalloc; in xmlMemGet() 513 xmlGcMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlGcMemSetup() argument 518 if (mallocFunc == NULL) in xmlGcMemSetup() 527 xmlMalloc = mallocFunc; in xmlGcMemSetup() 551 xmlGcMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, in xmlGcMemGet() argument [all …]
|
/external/cronet/stable/third_party/libxml/src/include/libxml/ |
D | xmlmemory.h | 107 xmlMallocFunc mallocFunc, 112 xmlMallocFunc *mallocFunc, 118 xmlMallocFunc mallocFunc, 125 xmlMallocFunc *mallocFunc,
|
/external/libxml2/include/libxml/ |
D | xmlmemory.h | 107 xmlMallocFunc mallocFunc, 112 xmlMallocFunc *mallocFunc, 118 xmlMallocFunc mallocFunc, 125 xmlMallocFunc *mallocFunc,
|
/external/cronet/tot/third_party/libxml/src/include/libxml/ |
D | xmlmemory.h | 107 xmlMallocFunc mallocFunc, 112 xmlMallocFunc *mallocFunc, 118 xmlMallocFunc mallocFunc, 125 xmlMallocFunc *mallocFunc,
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlmemory.rpgle | 142 d mallocFunc value like(xmlMallocFunc) 149 d mallocFunc like(xmlMallocFunc) 156 d mallocFunc value like(xmlMallocFunc) 165 d mallocFunc like(xmlMallocFunc)
|
/external/libxml2/python/ |
D | libxml.c | 91 static xmlMallocFunc mallocFunc = NULL; variable 128 (xmlMallocFunc *) & mallocFunc, in libxml_xmlDebugMemory() 131 if ((freeFunc == xmlMemFree) && (mallocFunc == xmlMemMalloc) && in libxml_xmlDebugMemory()
|