OSDN Git Service

(none)
authorryuz <ryuz>
Mon, 26 May 2008 14:52:33 +0000 (14:52 +0000)
committerryuz <ryuz>
Mon, 26 May 2008 14:52:33 +0000 (14:52 +0000)
commit9cb1c1b037ad9efba355a06f68ecf5a897131413
tree480de5730a757e84878461ecbb6c56896dfc22d4
parent9c641234368d4c5b8b4fa0b639b9f1799f3ed950
(none)
67 files changed:
aplfw/build/arm/arm_v4t/armcc/nmake.mak [new file with mode: 0755]
aplfw/build/common/gmake/aplfwdep.inc
aplfw/build/common/gmake/aplfwsrc.inc
aplfw/build/common/nmake/aplfwdep.inc
aplfw/build/common/nmake/aplfwsrc.inc
aplfw/build/common/tmp_mkinc/mk_inc.pl
aplfw/driver/volume/fat/fatvol_constructor.c
aplfw/driver/volume/fat/fatvol_destructor.c
aplfw/library/container/array/array.h
aplfw/library/container/array/array_add.c
aplfw/library/container/array/array_setsize.c
aplfw/library/container/assoc/assoc.c
aplfw/library/container/assoc/assoc.h
aplfw/library/container/fixmemheap/fixmemheap.h [new file with mode: 0755]
aplfw/library/container/fixmemheap/fixmemheap_alignsize.c [new file with mode: 0755]
aplfw/library/container/fixmemheap/fixmemheap_alloc.c [new file with mode: 0755]
aplfw/library/container/fixmemheap/fixmemheap_constructor.c [new file with mode: 0755]
aplfw/library/container/fixmemheap/fixmemheap_create.c [new file with mode: 0755]
aplfw/library/container/fixmemheap/fixmemheap_delete.c [new file with mode: 0755]
aplfw/library/container/fixmemheap/fixmemheap_free.c [new file with mode: 0755]
aplfw/library/container/fixmemheap/fixmemheap_getalign.c [new file with mode: 0755]
aplfw/library/container/fixmemheap/fixmemheap_getsize.c [new file with mode: 0755]
aplfw/library/container/fixmemheap/fixmemheap_local.h [new file with mode: 0755]
aplfw/library/container/fixmemheap/fixmemheap_realloc.c [new file with mode: 0755]
aplfw/library/container/list/list.h
aplfw/library/container/list/list_addtail.c
aplfw/library/container/list/list_create.c
aplfw/library/container/list/list_createex.c
aplfw/library/container/list/list_getat.c
aplfw/library/container/list/list_remove.c
aplfw/library/container/memheap/memheap.h [new file with mode: 0755]
aplfw/library/container/memheap/memheap_local.h [new file with mode: 0755]
aplfw/library/container/memif/memif.h [deleted file]
aplfw/library/container/mempol/mempol.c [deleted file]
aplfw/library/container/mempol/mempol.h [deleted file]
aplfw/library/container/valmemheap/valmemheap.h [new file with mode: 0755]
aplfw/library/container/valmemheap/valmemheap_alignsize.c [new file with mode: 0755]
aplfw/library/container/valmemheap/valmemheap_alloc.c [new file with mode: 0755]
aplfw/library/container/valmemheap/valmemheap_constructor.c [new file with mode: 0755]
aplfw/library/container/valmemheap/valmemheap_free.c [new file with mode: 0755]
aplfw/library/container/valmemheap/valmemheap_getalign.c [new file with mode: 0755]
aplfw/library/container/valmemheap/valmemheap_getsize.c [new file with mode: 0755]
aplfw/library/container/valmemheap/valmemheap_local.h [new file with mode: 0755]
aplfw/library/container/valmemheap/valmemheap_realloc.c [new file with mode: 0755]
aplfw/sample/arm/ez_arm7/boot.c
aplfw/sample/arm/utb_arm7at91/boot.c
aplfw/sample/ia32/pcat/boot.c
aplfw/sample/mn103/mn103sfa5k/boot.c
aplfw/sample/sh/cq7144a/boot.c
aplfw/system/command/command.c
aplfw/system/memory/memory.c
aplfw/system/memory/memory.h
aplfw/system/sysapi/sysapi.h
aplfw/system/sysapi/sysapi_initialize.c
aplfw/system/sysapi/sysapi_local.h
aplfw/system/sysapi/sysio_allociomem.c [new file with mode: 0755]
aplfw/system/sysapi/sysio_freeiomem.c [new file with mode: 0755]
aplfw/system/sysapi/sysmem_alloc.c
aplfw/system/sysapi/sysmem_allociomem.c [deleted file]
aplfw/system/sysapi/sysmem_free.c
aplfw/system/sysapi/sysmem_getmemheap.c [moved from aplfw/system/sysapi/sysmem_freeiomem.c with 64% similarity]
aplfw/system/sysapi/sysmem_getmemif.c [deleted file]
aplfw/system/sysapi/sysmem_getsize.c
aplfw/system/sysapi/sysmem_realloc.c
aplfw/system/system/system.h
aplfw/system/system/system_getsystemprocess.c [new file with mode: 0755]
aplfw/system/system/system_initialize.c