2014-02-26 5 views

답변

2

예, API가 있습니다.

int xmlMemSetup (xmlFreeFunc freeFunc, 
       xmlMallocFunc mallocFunc, 
       xmlReallocFunc reallocFunc, 
       xmlStrdupFunc strdupFunc) 

무시 새로운 세트와 기본 메모리 액세스 기능 : 특히 xmlMemSetupxmlmemory module에 의해 제공되는 기능을 살펴 보유하고 있습니다. 이것은 다른 libxml 루틴보다 먼저 호출되어야합니다!

+0

감사합니다. 이것은 정확하게 내가 원하는 것입니다. – FaceBro