C DMA - Using brackets with malloced memory?

It seems to me that SA_cache::sets should have type LRU rather than LRU . As Jamey pointed out, what you have posted here won't compile cleanly otherwise. The rest of this answer assumes that type is LRU .

Since the type of cache->sets is LRU **, the type of cache->sets + I is also LRU **. When you assign the result to LRU *cur_lru, I'd have expected you to get a compiler warning. (Are you building without warnings enabled?).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions