TencentOS-tiny/kernel/core
daishengdong 3a8b03432f add tos_mmheap_check & tos_mmheap_pool_check API and TOS_CFG_MMHEAP_DEFAULT_POOL_EN switch
tos_mmheap_check: get the information of the heap(space that is free and used)
tos_mmheap_pool_check: get the information of a pool
TOS_CFG_MMHEAP_DEFAULT_POOL_EN: enable the default pool of the heap(if user not set this, a default of 1u is set). if you wanna disable the default pool, you should call tos_mmheap_pool_add to add your own pool of the heap before tos_mmheap_alloc is called.
2019-10-14 22:09:57 +08:00
..
include add tos_mmheap_check & tos_mmheap_pool_check API and TOS_CFG_MMHEAP_DEFAULT_POOL_EN switch 2019-10-14 22:09:57 +08:00
tos_completion.c add countdownlatch and completion 2019-10-10 14:15:25 +08:00
tos_countdownlatch.c add countdownlatch and completion 2019-10-10 14:15:25 +08:00
tos_event.c add license for kernel 2019-10-09 13:15:53 +08:00
tos_fifo.c add license for kernel 2019-10-09 13:15:53 +08:00
tos_global.c add tos_mmheap_check & tos_mmheap_pool_check API and TOS_CFG_MMHEAP_DEFAULT_POOL_EN switch 2019-10-14 22:09:57 +08:00
tos_mmblk.c add license for kernel 2019-10-09 13:15:53 +08:00
tos_mmheap.c add tos_mmheap_check & tos_mmheap_pool_check API and TOS_CFG_MMHEAP_DEFAULT_POOL_EN switch 2019-10-14 22:09:57 +08:00
tos_msg.c add license for kernel 2019-10-09 13:15:53 +08:00
tos_mutex.c add countdownlatch and completion 2019-10-10 14:15:25 +08:00
tos_pend.c add countdownlatch and completion 2019-10-10 14:15:25 +08:00
tos_queue.c add license for kernel 2019-10-09 13:15:53 +08:00
tos_robin.c add license for kernel 2019-10-09 13:15:53 +08:00
tos_sched.c add countdownlatch and completion 2019-10-10 14:15:25 +08:00
tos_sem.c add license for kernel 2019-10-09 13:15:53 +08:00
tos_sys.c add tos_mmheap_check & tos_mmheap_pool_check API and TOS_CFG_MMHEAP_DEFAULT_POOL_EN switch 2019-10-14 22:09:57 +08:00
tos_task.c add countdownlatch and completion 2019-10-10 14:15:25 +08:00
tos_tick.c add license for kernel 2019-10-09 13:15:53 +08:00
tos_time.c add license for kernel 2019-10-09 13:15:53 +08:00
tos_timer.c add countdownlatch and completion 2019-10-10 14:15:25 +08:00