| |||||
Technical Support Support Resources
Product Information | ARMCC: INIT_MEMPOOL FOR HEAP SETUP DOES NOT EXISTInformation in this article applies to:
QUESTIONI am porting code from the Keil C51 or C166 Compiler to the RealView Compiler. I have used the function init_mempool to configure the heap size for the memory allocation functions malloc or calloc. I cannot find this function in the RealView compiler. How should I configure the heap for the memory pool? ANSWERFor the RealView Compiler the init_mempool function is not required. Instead the memory pool is configured using the symbol Heap_Size in the startup code. Pre-configured startup code for the various microcontroller devices can be found in the folder ..\ARM\RV30\Startup. This startup files are configured for the RealView compilation tools. MORE INFORMATION
SEE ALSOLast Reviewed: Wednesday, September 26, 2007 | ||||
| |||||