> mimic device-alloc with the fix size heap >From >[what](https://cboard.cprogramming.com/c-programming/124871-what-alternative-malloc.html) > I [can](https://misra.org.uk/forum/viewtopic.php?t=260) >[tell](https://stackoverflow.com/questions/16740435/c-memory-management-and-misra), > writing a user `malloc` is against the spirit of MISRA. Part of the benefit >is knowing _exactly_ what will happen in the memory manager, but I'm not sure >whether it's reasonable to ask people to bring their own libc. We actually >don't need dynamic memory management at all, though.
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/dmlc/tvm/issues/3159#issuecomment-493266723