Timeline for What is the best solution for static memory allocation?
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 29, 2013 at 17:37 | answer | added | Karl Bielefeldt | timeline score: 9 | |
| Jul 29, 2013 at 16:07 | comment | added | Neil | I had to implement a dynamic memory allocator using linked lists of arrays (in order to allow potentially large amounts of data), and in order to ensure the memory was available, we had to actually write the arrays (otherwise the operating system would actually lazy-load your memory allocation). I wouldn't recommend that type of approach to anyone given how complicated it was, but maybe that could help you in some way. | |
| Jul 29, 2013 at 15:44 | history | edited | user7007 | CC BY-SA 3.0 | deleted 42 characters in body |
| Jul 29, 2013 at 15:37 | review | First posts | |||
| Jul 29, 2013 at 15:44 | |||||
| Jul 29, 2013 at 15:36 | answer | added | Will | timeline score: 2 | |
| Jul 29, 2013 at 15:21 | history | asked | jblasius | CC BY-SA 3.0 |