• Memory pool
    Hello all, I'm working with C51 complier ver 7.00. Can anyone help me with the following questions? 1. For using functions like malloc, calloc and etc I need to define memory pool. If I define a...
  • Memory Pool
    I dont understand very well so that we use the memory pool.... Can u explain me? Thanks
  • mailbox and memory pool quesions
    Q1- Can I use one mailbox for send and receive data between 2 tasks at same time? Q2- Can I use one memory pool defined by _declare_box between several mailboxes?
  • What is the Memory Pool Header
    Where is [should be] an instance of Memory Pool Header created (I mean this struct that is referenced in memory allocation library files --malloc.c, free.c, realloc.c init_mem.c): struct __mp__ { /...
  • Circular buffer and memory pool in RTX
    Hi there, How Can I insert the structure of the circular buffer inside the memory pool (mpool)? /*----------------------------------- This is the memory pool declaration -------------------...