This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Regarding dynamic allocation

iam working in 8051 microcontroller i want to know about the dynamic memory allocation in Keil c just operation of memset

Parents
  • iam working in 8051 microcontroller i want to know about the dynamic memory allocation in Keil c
    All you need to know about "dynamic memory allocation" on the '51 is DO NOT USE IT.

    The architectore, and the compiler mechanisms forced upon the compiler design by the architecture, makes dynnamic memory allocations something to be avoided when working with the '51.

    There are things that Keil C for '51 can do which never should be used, they should never have been included, but Keil, to comply with ANSI, had to.

    Once more "the '51 ain't no PC"

    Erik

Reply
  • iam working in 8051 microcontroller i want to know about the dynamic memory allocation in Keil c
    All you need to know about "dynamic memory allocation" on the '51 is DO NOT USE IT.

    The architectore, and the compiler mechanisms forced upon the compiler design by the architecture, makes dynnamic memory allocations something to be avoided when working with the '51.

    There are things that Keil C for '51 can do which never should be used, they should never have been included, but Keil, to comply with ANSI, had to.

    Once more "the '51 ain't no PC"

    Erik

Children
No data