Commit History

Author SHA1 Message Date
  Bernard Xiong 4a0855c276 Merge pull request #4359 from willianchanlovegithub/Willianchan 4 years ago
  Meco Man 678306d300 [kernel]auto formatted 4 years ago
  cliff-cmc eea0c3d74a Add memtrace command for memheap.c 4 years ago
  WillianChan 4b4ab15602 [kernel][memheap]rename memtrace to memheaptrace 4 years ago
  WillianChan e94d907056 [kernel][memheap]fix RT_DEBUG_LOG errors. 4 years ago
  WillianChan 114f305f77 [kernel][memheap]add memory heap track and memory heap check. 4 years ago
  unknown b71a0eb1d4 add rt_memory_info() for memheap.c 4 years ago
  minghao_wang b9a186952c fix bug of rt_memheap_detach 4 years ago
  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