예제 #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())
}