Bernard Xiong
|
1f37de29c4
Fix the value width issue under 32/64 bit arch.
|
6 years ago |
Bernard Xiong
|
484afe9d2c
[Kernel] Add 64bit CPU support.
|
6 years ago |
Bernard Xiong
|
41f7f2c284
[Kernel] Update to Apache License v2.0
|
6 years ago |
liang yongxiang
|
0509af9319
[kernel] add assert to memheap object
|
7 years ago |
liang yongxiang
|
b09445cbfe
[Kernel][memheap] fix rt_realloc bugs
|
7 years ago |
Bernard Xiong
|
2f409c85f1
[Kernel] Use rt_object_get_information to get object chain
|
7 years ago |
emlslxl
|
e521decf2e
根据documentation/coding_style_cn.txt约定 对内核src和include目录下的文件代码进行格式化
|
7 years ago |
Grissiom
|
2d3b2f1e94
memheap: check the USED bit in rt_memheap_free
|
10 years ago |
Grissiom
|
f8c171d5ad
memheap: check against over written in rt_memheap_free
|
10 years ago |
Grissiom
|
c3a39444da
memheap: dont alloc/memcpy when there is next node is enough for realloc
|
12 years ago |
Bernard Xiong
|
2c33678aac
fix the memory block splitting issue
|
12 years ago |
yiyue.fang
|
86db9ed965
reformat the coding style
|
12 years ago |
Bernard Xiong
|
79392bb082
Embedded GPLv2 license.
|
12 years ago |
Bernard Xiong
|
d80a471680
Fix the memheap_realloc issue
|
12 years ago |
Bernard Xiong
|
608bf2cb3d
add rt_memheap_realloc function
|
12 years ago |
dzzxzz@gmail.com
|
965c25d3a4
fixed the coding style in memheap.c
|
12 years ago |
bernard.xiong@gmail.com
|
975610477e
Add RT_USING_MEMHEAP_AS_HEAP feature: system can use "heap" memheap as system default memory heap.
|
12 years ago |
dzzxzz@gmail.com
|
dc5a16861a
fixed coding style in src/memheap.c
|
12 years ago |
dzzxzz@gmail.com
|
0e40d55d9f
fixed the coding style of RT_DEBUG_LOG
|
12 years ago |
bernard.xiong@gmail.com
|
1c425607c3
fixed mutex issue in memheap; fixed compiling issue in kservice.c when COMPILER is not defined; add finsh for win32 porting.
|
12 years ago |
qiuyiuestc@gmail.com
|
a73abdccf5
split export symbols from rtm.c to each file
|
13 years ago |
dzzxzz@gmail.com
|
43f2bfc013
add a new command list_memheap() into finsh
|
13 years ago |
bernard.xiong@gmail.com
|
b14044212b
remove soft timer tick increase
|
13 years ago |
bernard.xiong@gmail.com
|
87195cf84e
Added memory heap object implementation; Added RT_LIST_OBJECT_INIT macro.
|
13 years ago |