Home
last modified time | relevance | path

Searched refs:krhino_mm_alloc (Results 1 – 17 of 17) sorted by relevance

/AliOS-Things-master/components/osal_aos/rhino/
A Daos_memory.c27 tmp = krhino_mm_alloc(size | AOS_UNSIGNED_INT_MSB); in aos_zalloc()
30 tmp = krhino_mm_alloc(size); in aos_zalloc()
49 tmp = krhino_mm_alloc(size | AOS_UNSIGNED_INT_MSB); in aos_malloc()
52 tmp = krhino_mm_alloc(size); in aos_malloc()
68 tmp = krhino_mm_alloc(len | AOS_UNSIGNED_INT_MSB); in aos_calloc()
71 tmp = krhino_mm_alloc(len); in aos_calloc()
/AliOS-Things-master/components/cplusplus/
A Dcpp_mem.cpp10 return krhino_mm_alloc(size); in operator new[]()
15 return krhino_mm_alloc(size); in operator new()
/AliOS-Things-master/components/vfs/
A Dvfs_adapt.c16 m = krhino_mm_alloc(sizeof(kmutex_t)); in vfs_lock_create()
74 return krhino_mm_alloc(size); in vfs_malloc()
/AliOS-Things-master/components/kv/src/
A Dkv_adapt.c116 m = krhino_mm_alloc(sizeof(kmutex_t)); in kv_lock_create()
165 s = krhino_mm_alloc(sizeof(ksem_t)); in kv_sem_create()
224 return krhino_mm_alloc(size); in kv_malloc()
/AliOS-Things-master/components/ramfs/src/
A Dramfs_adapt.c11 return krhino_mm_alloc(size); in ramfs_mm_alloc()
/AliOS-Things-master/kernel/rhino/include/
A Dk_mm.h233 void *krhino_mm_alloc(size_t size);
271 #define krhino_mm_alloc malloc
/AliOS-Things-master/kernel/rhino/
A Dk_queue.c117 queue_obj = krhino_mm_alloc(sizeof(kqueue_t)); in krhino_queue_dyn_create()
122 msg_start = krhino_mm_alloc(msg_num * sizeof(void *)); in krhino_queue_dyn_create()
A Dk_buf_queue.c125 queue_obj = krhino_mm_alloc(sizeof(kbuf_queue_t)); in buf_queue_dyn_create()
131 queue_obj->buf = krhino_mm_alloc(size); in buf_queue_dyn_create()
A Dk_event.c99 event_obj = krhino_mm_alloc(sizeof(kevent_t)); in krhino_event_dyn_create()
A Dk_sem.c99 sem_obj = krhino_mm_alloc(sizeof(ksem_t)); in krhino_sem_dyn_create()
A Dk_mutex.c123 mutex_obj = krhino_mm_alloc(sizeof(kmutex_t)); in krhino_mutex_dyn_create()
A Dk_timer.c114 timer_obj = krhino_mm_alloc(sizeof(ktimer_t)); in krhino_timer_dyn_create()
A Dk_task.c274 task_stack = krhino_mm_alloc(stack * sizeof(cpu_stack_t)); in task_dyn_create()
279 task_obj = krhino_mm_alloc(sizeof(ktask_t)); in task_dyn_create()
A Dk_mm.c792 void *krhino_mm_alloc(size_t size) in krhino_mm_alloc() function
/AliOS-Things-master/components/debug/src/
A Ddebug_cpuusage.c142 taskinfo = krhino_mm_alloc(tasknum * sizeof(task_cpuusage_info)); in debug_total_cpu_usage_show()
254 cpuusage_record[i].cpuusage = krhino_mm_alloc(stat_count * sizeof(float)); in cpuusage_statistics()
/AliOS-Things-master/components/libc_stub/
A Dnewlib_stub.c458 cur_task->newlibc_reent = (struct _reent *)krhino_mm_alloc(sizeof(struct _reent)); in __getreent()
/AliOS-Things-master/hardware/board/c906/adapter/
A Dcsi_rhino.c1269 ret = krhino_mm_alloc(size); in csi_kernel_malloc()

Completed in 26 milliseconds