I have implemented IOBufferMemoryDescriptor in my code and working fine.
but I have referred from other sources that
"IOBufferMemoryDescriptor uses IOMalloc() and IOMallocAligned() internally to allocate memory."
Does IOBufferMemoryDescriptor takes care of all limitation of IOMalloc(IOMalloc excessive use cause KP).?
Thanks