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