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