smatz
|
6813a17d15
|
(svn r12778) -Codechange: add the NORETURN attribute to *allocError() functions
|
2008-04-18 21:38:36 +00:00 |
|
rubidium
|
8ab49198b9
|
(svn r12695) -Codechange: only allocate window structs when needed. Based on a patch by Alberth.
|
2008-04-13 19:25:14 +00:00 |
|
rubidium
|
571ba97f56
|
(svn r12536) -Codechange: some stack allocations were too large for NDS, so use the SmallStackSafeStackAlloc wrapper. Allocate on the stack by default and on the heap for NDS (or other devices that have a very small stack).
|
2008-04-01 21:12:51 +00:00 |
|
smatz
|
05169f53be
|
(svn r12115) -Codechange: move malloc/realloc error messages to separate file to spare 4-8kB of binary size
|
2008-02-11 20:23:38 +00:00 |
|
rubidium
|
38d690acc8
|
(svn r11943) -Codechange: add and use a simple structure to support small stacks by allocating it on the heap or pushing a few kB of data onto the stack when there is a large stack.
|
2008-01-22 12:09:12 +00:00 |
|
rubidium
|
00c9d3ef20
|
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
|
2007-12-25 09:48:53 +00:00 |
|