• Malloc
    How do i use the 'malloc' function. Can someone give me an example.. Thanks in advance...
  • malloc() use
    Hi! Thank for the possibility to post here.! I'm working with C51 C from Psoc 3 from Cypress. I would need create functions that receive an array, does some process and return an array trough a pointer...
  • far malloc
    Does anyone know if it is possible to malloc HDATA (far memory) rather than having to use XDATA on a Dallas 390 in continous mode?
  • Using malloc
    Hi all, "when we use malloc function, memory from the heap gets reserved for particular data type." right now i am using 89v51rd2. in this case, does this reserved memory is from code segment or...
  • malloc with no heap
    Just curious about something I've noticed. I've been using RTX for a project and forgot to change my heap size to something non-zero. I am using malloc's in my code and seemingly have no problems...