• No exception raises when running use-after-free code with memory tagging enabled
    Hi, I can successfully run tag manipulation instructions using Armv8-A Base RevC AEM FVP model. But for the following use-after-free code, there is no exception. I also cannot see the tag embedded in...
  • No exception raises when running use-after-free code with memory tagging enabled
    Hi, I can successfully run tag manipulation instructions using Armv8-A Base RevC AEM FVP model. But for the following use-after-free code, there is no exception. I also cannot see the tag embedded in...
  • Resource free after use
    Hi All, I have a doubt regarding resources freeing in Keil RTX. There is no API in Keil RTX to destroy the MailQueue, created using osMailCreate() or MessageQueue created using osMessageCreate...
  • Resource free after use
    Hi All, I have a doubt regarding resources freeing in Keil RTX. There is no API in Keil RTX to destroy the MailQueue, created using osMailCreate() or MessageQueue created using osMessageCreate...
  • Memory Pool (malloc/free) Free Space?
    Quite simply, how can I tell how much free memory I have in a memory pool? I've created a memory pool, initialized it with init_mempool and use malloc & free finctions for memory management. Is...