Home | History | Annotate | Download | only in src

Lines Matching full:heap

75     4. Can limit the total heap size.
78 'heap' limit has been reached.
119 /* If not defined on the command line, use a default value of 10 megabytes for the heap. */
236 * Description: API function used to set the initial heap size. Note this can be
264 * Description: API function to return the initial heap size.
297 /* Calculate the required heap size */
305 /* Insuffucient heap memory; abort initialisation */
318 /* Use the system malloc for heap allocation. */
324 /* Unable to get memory for heap; abort initialisation */
358 * (int), Heap Memory Start Address (char**)
363 * specified number of memory blocks of a specified size. The heap
518 * available. Memory is allocated from the heap reserve if
530 /* See if there is enough heap reserve memory */
548 /* There's not enough memory in the heap reserve, so request it from the system */
690 printf("Used Heap Size %9i bytes\n", usedHeapSize);
691 printf("Reserved Heap %9i bytes\n", reservedHeapSize);