Salem: I don't understand why you feel so offended, or why did u feel I was rude. I did not have any intent of offending anybody.
Anyways, the system we have uses ARM processor and it has its own compiler
Also,
***********************************************************
>Skip the malloc step...
In response to cpjust's question, I need to allocate memory at a specific address in order to have efficient memory utilization. In a nutshell, the memory buffer is divided into 4 parts (called memory banks), and each part is accessed by a connector(a hardware component)... allocating memory at...
I have a big chunk of memory (128M), which is divided into 4 memory banks.. Now, I am supposed to make efficient memory utilization,and for that purpose, I NEED TO ALLOCATE MEMORY FROM THE ADDRESSES I PROVIDE. Now, here's what the problem... We have a system defined malloc( ) source which I'm...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.