rockbox/firmware
Alan Korr 223884c4e5 There is two part in this module :
* memory-page :
    It is a page allocator using bins. Each bin is a list (or a splay tree)
    of the same power-of-2 pages. If no page left in a bin, it tries to
    allocate a large page to split into two pages. Page size are :
    512 B, 1 KB, 2 KB, 4 KB, 8 KB, 16 KB, 32 KB, 64 KB, 128 KB,
    256 KB, 512 KB, 1 MB and 2 MB. Alignment of a page is the same
    value than for its size.

* memory-slab :
    using slab for smaller blocks, but much simpler than Linux' slab.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@106 a1c6a512-1295-4272-9138-f99709370657
2002-04-16 18:37:44 +00:00
..
test There is two part in this module : 2002-04-16 18:37:44 +00:00
app.lds First version 2002-03-28 15:09:10 +00:00
button.c ident properly 2002-04-16 13:40:42 +00:00
button.h Gary's code for reading the Recorder's keyboard. This can't yet be used in 2002-04-16 13:37:50 +00:00
chartables.c include config.h properly 2002-04-16 14:02:26 +00:00
CONFIG two different keypads 2002-04-16 13:32:21 +00:00
config-player.h added keypad defines 2002-04-16 13:34:35 +00:00
config-playerold.h added keypad defines 2002-04-16 13:34:35 +00:00
config-recorder.h added keypad defines 2002-04-16 13:34:35 +00:00
config.h new system to set which box and which features the box has 2002-04-11 11:22:48 +00:00
CONTRIBUTING First version 2002-04-11 14:32:29 +00:00
fat.c First version 2002-03-28 15:09:10 +00:00
fat.h First version 2002-03-28 15:09:10 +00:00
key.h First version 2002-03-28 15:09:10 +00:00
lcd.c include config.h properly 2002-04-16 14:02:26 +00:00
lcd.h moved a #endif to stop compiler warnings for uisim on Linux 2002-04-11 12:45:06 +00:00
led.c include config.h properly 2002-04-16 14:02:26 +00:00
led.h First version 2002-03-28 15:09:10 +00:00
Makefile simple "target selection" template added 2002-04-16 14:04:34 +00:00
rockbox-mode.el fixed comments 2002-04-12 13:58:55 +00:00
serial.c include config.h properly 2002-04-16 14:02:26 +00:00
serial.h First version 2002-03-28 15:09:10 +00:00
sh7034.h First version 2002-03-28 15:09:10 +00:00
start.s First version 2002-03-28 15:09:10 +00:00
system.c include config.h properly 2002-04-16 14:02:26 +00:00
system.h Added TRUE/FALSE, made it work with SIMULATOR 2002-04-11 12:38:38 +00:00
types.h firmware typedefs. only bool so far 2002-04-11 12:37:06 +00:00