TencentOS-tiny/kernel/core/include
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
..
tos.h add countdownlatch and completion 2019-10-10 14:15:25 +08:00
tos_compiler.h add license for kernel 2019-10-09 13:15:53 +08:00
tos_completion.h add countdownlatch and completion 2019-10-10 14:15:25 +08:00
tos_config_check.h 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_config_default.h 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_countdownlatch.h add countdownlatch and completion 2019-10-10 14:15:25 +08:00
tos_err.h 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_event.h add license for kernel 2019-10-09 13:15:53 +08:00
tos_fifo.h add license for kernel 2019-10-09 13:15:53 +08:00
tos_global.h 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_klib.h add license for kernel 2019-10-09 13:15:53 +08:00
tos_ktypes.h add countdownlatch and completion 2019-10-10 14:15:25 +08:00
tos_list.h add license for kernel 2019-10-09 13:15:53 +08:00
tos_mmblk.h add license for kernel 2019-10-09 13:15:53 +08:00
tos_mmheap.h 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.h add license for kernel 2019-10-09 13:15:53 +08:00
tos_mutex.h add countdownlatch and completion 2019-10-10 14:15:25 +08:00
tos_pend.h add countdownlatch and completion 2019-10-10 14:15:25 +08:00
tos_queue.h add license for kernel 2019-10-09 13:15:53 +08:00
tos_robin.h add license for kernel 2019-10-09 13:15:53 +08:00
tos_sched.h add license for kernel 2019-10-09 13:15:53 +08:00
tos_sem.h add license for kernel 2019-10-09 13:15:53 +08:00
tos_sys.h add license for kernel 2019-10-09 13:15:53 +08:00
tos_task.h add license for kernel 2019-10-09 13:15:53 +08:00
tos_tick.h add license for kernel 2019-10-09 13:15:53 +08:00
tos_time.h add license for kernel 2019-10-09 13:15:53 +08:00
tos_timer.h add license for kernel 2019-10-09 13:15:53 +08:00