• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Development Tools » TI C/C++ Compiler » TI C/C++ Compiler - Forum » heap dynamic allocation and pre initialization ram reset.
Share
TI C/C++ Compiler
  • Forum
Options
  • Subscribe via RSS

Forums

heap dynamic allocation and pre initialization ram reset.

  • john doe95743
    Posted by john doe95743
    on Mar 17 2012 05:03 AM
    Intellectual570 points

    Hello everybody.

    I'm having a couple of troubles with some code i'm writing which requires the new and delete operators ( as you have guessed i'm writing in c++).

    The first problem is that if i use the pre_init.c file, to reset to zero the whole ram, when the routine starts, if i call the new inside main(), the device reset itself. I can't understand what's happening because from the look of it it seems that resetting the ram will corrupt the heap section, which shouldn't be possible since the initialization occur after the ram reset.

    Does anyone have an explanation for this?

    The second problem is that if i don't use the pre_init.c file, and i can use "new" without a crash, only half of the heap can actually be use used. What about the other half? Is it needed to keep track of the first half?

    Thanks again.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Chester Gillon
    Posted by Chester Gillon
    on Mar 17 2012 13:36 PM
    Mastermind6305 points

    john doe95743
    only half of the heap can actually be use used

    What is the size and number of allocations used?

    The reason is that there is an "overhead" in the heap in the form of a linked-list to keep track of the allocations. Looking at the code in the memory.c file in the RTS library the minimum size of the overhead is 4 bytes per allocation, and will be more if either the RTS DEBUG option or large data model is used.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • john doe95743
    Posted by john doe95743
    on Mar 20 2012 08:49 AM
    Intellectual570 points

    I quite don't undestand what happened, but when I allocated an array there were no problem at all...

    Thanks.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use