示例#1
0
func LibxmlGetMemoryAllocation() int {
	return (int)(C.xmlMemBlocks())
}
示例#2
0
func LibxmlCheckMemoryLeak() bool {
	return (C.xmlMemBlocks() == 0)
}
示例#3
0
// xmlMemBlocks
func MemBlocks() int {
	return int(C.xmlMemBlocks())
}