Timeline for What is the best solution for static memory allocation?
Current License: CC BY-SA 3.0
        2 events
    
    | when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 29, 2013 at 16:52 | comment | added | jblasius | Thanks Will and Neil for your help. The problem was proposed (or imposed) as a safe development approach. The idea is that if we use static memory and if something is wrong, the program will crash at the first run or/and will not pass the test phase. Having a static matrix in a class having the class itself defined as static are not good options. The solution of having a class managing all used memory seems to be the best approach, I just hope that don't get into troubles later and end up having to change my code. KISS approach, yes this is a Memory Pool problem. | |
| Jul 29, 2013 at 15:36 | history | answered | Will | CC BY-SA 3.0 |